Uses of Enum Class
org.opentrafficsim.trafficcontrol.trafcod.Diagram.Command
-
Uses of Diagram.Command in org.opentrafficsim.trafficcontrol.trafcod
Modifier and TypeMethodDescriptionDiagram.RouteStep.getCommand()
Retrieve the command.static Diagram.Command
Returns the enum constant of this class with the specified name.static Diagram.Command[]
Diagram.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescription(package private)
RouteStep
(int x, int y, Diagram.Command command) Construct a RouteStep with a command condition.(package private)
RouteStep
(Diagram.Command command) Construct a RouteStep for ELSE or END_IF command.(package private)
RouteStep
(Diagram.Command command, int streamCondition) Construct a RouteStep with a command condition.