Uses of Class
org.opentrafficsim.trafficcontrol.trafcod.Diagram.Command
-
Packages that use Diagram.Command Package Description org.opentrafficsim.trafficcontrol.trafcod TrafCOD interpreter. -
-
Uses of Diagram.Command in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod that return Diagram.Command Modifier and Type Method Description Diagram.Command
Diagram.RouteStep. getCommand()
Retrieve the command.static Diagram.Command
Diagram.Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static Diagram.Command[]
Diagram.Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Diagram.Command Constructor Description RouteStep(int x, int y, Diagram.Command command)
Construct a RouteStep with a command condition.RouteStep(Diagram.Command command)
Construct a RouteStep for ELSE or END_IF command.RouteStep(Diagram.Command command, int streamCondition)
Construct a RouteStep with a command condition.
-