Class CommandRetrieveRouteValue
- java.lang.Object
-
- org.eclipse.mosaic.fed.sumo.bridge.traci.constants.CommandRetrieveRouteValue
-
public class CommandRetrieveRouteValue extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMMAND
Command for the tracking the given vehicle.static int
VAR_EDGES
The Id's of the edges the vehicle's route is made of.static int
VAR_ID_LIST
Vehicle Id's running within the scenario.
-
Constructor Summary
Constructors Constructor Description CommandRetrieveRouteValue()
-
-
-
Field Detail
-
COMMAND
public static final int COMMAND
Command for the tracking the given vehicle.- See Also:
- Constant Field Values
-
VAR_ID_LIST
public static final int VAR_ID_LIST
Vehicle Id's running within the scenario.- See Also:
- Constant Field Values
-
VAR_EDGES
public static final int VAR_EDGES
The Id's of the edges the vehicle's route is made of.- See Also:
- Constant Field Values
-
-