Interface VehicleSetMinGap
-
- All Known Implementing Classes:
VehicleSetMinGap
,VehicleSetMinGap
public interface VehicleSetMinGap
This class represents the SUMO command which allows to set a minimum gap between the vehicles in "traffic congestion".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Bridge bridge, String vehicleId, double value)
-
-
-
Method Detail
-
execute
void execute(Bridge bridge, String vehicleId, double value) throws CommandException, InternalFederateException
-
-