Uses of Enum
org.opentrafficsim.trafficcontrol.trafcod.Diagram.Command
Packages that use Diagram.Command
-
Uses of Diagram.Command in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod that return Diagram.CommandModifier and TypeMethodDescriptionDiagram.RouteStep.getCommand()Retrieve the command.static Diagram.CommandReturns 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.CommandModifierConstructorDescription(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.