Package | Description |
---|---|
org.opentrafficsim.trafficcontrol.trafcod |
TrafCOD interpreter.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
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.
|
RouteStep(int x,
int y,
Diagram.Command command)
Construct a RouteStep with a command condition.
|
Copyright © 2014–2017 Delft University of Technology. All rights reserved.