Class CommandRetrieveRouteValue
java.lang.Object
org.eclipse.mosaic.fed.sumo.bridge.traci.constants.CommandRetrieveRouteValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Command for the tracking the given vehicle.static final int
The Id's of the edges the vehicle's route is made of.static final int
Vehicle Id's running within the scenario. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMAND
public static final int COMMANDCommand for the tracking the given vehicle.- See Also:
-
VAR_ID_LIST
public static final int VAR_ID_LISTVehicle Id's running within the scenario.- See Also:
-
VAR_EDGES
public static final int VAR_EDGESThe Id's of the edges the vehicle's route is made of.- See Also:
-
-
Constructor Details
-
CommandRetrieveRouteValue
public CommandRetrieveRouteValue()
-