- traceVariable(String, int, boolean) - Method in class org.opentrafficsim.trafficcontrol.trafcod.TrafCOD
-
Switch tracing of one variable on or off.
- traceVariablesOfStream(int, boolean) - Method in class org.opentrafficsim.trafficcontrol.trafcod.TrafCOD
-
Switch tracing of all variables of a particular traffic stream, or all variables that do not have an associated traffic
stream on or off.
- TrafCOD - Class in org.opentrafficsim.trafficcontrol.trafcod
-
TrafCOD evaluator.
- TrafCOD(String, URL, Set<TrafficLight>, Set<TrafficLightSensor>, DEVSSimulator<Time, Duration, SimTimeDoubleUnit>, Container) - Constructor for class org.opentrafficsim.trafficcontrol.trafcod.TrafCOD
-
Construct a new TrafCOD traffic light controller.
- TrafCODDisplay - Class in org.opentrafficsim.trafficcontrol.trafcod
-
Display the current state of a TrafCOD machine.
- TrafCODDisplay(BufferedImage) - Constructor for class org.opentrafficsim.trafficcontrol.trafcod.TrafCODDisplay
-
Construct a new TrafCODDisplay.
- TRAFFIC_LIGHT_CHANGED - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timedevent that is fired by a traffic control program when a traffic light must change state.
- TRAFFICCONTROL_CONFLICT_GROUP_CHANGED - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event for pub/sub emitted by a traffic control machine when it changes to another conflict group.
- TRAFFICCONTROL_CONTROLLER_CREATED - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event type for pub/sub that a newly created traffic controller emits.
- TRAFFICCONTROL_CONTROLLER_EVALUATING - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event type for pub/sub that a traffic controller emits when it begins the computations to determine its
response to the current input (detector states).
Payload: Object[] { String trafficControllerId }
- TRAFFICCONTROL_CONTROLLER_WARNING - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event type for pub/sub that a traffic controller uses to convey warnings.
Payload: Object[] { String trafficControllerId, String message }
- TRAFFICCONTROL_SET_TRACING - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event type that instruct a traffic controller to change the tracing level of a variable.
- TRAFFICCONTROL_STATE_CHANGED - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event for pub/sub emitted by a traffic control machine when it changes state (STARTING_UP, RUNNING,
SHUTTING_DOWN, OFF, etc.
- TRAFFICCONTROL_TRACED_VARIABLE_UPDATED - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event type for pub/sub indicating the update of a traced control program variable.
- TRAFFICCONTROL_VARIABLE_CREATED - Static variable in interface org.opentrafficsim.trafficcontrol.TrafficController
-
The timed event type for pub/sub indicating the creation of a traffic control program variable.
- TrafficControlException - Exception in org.opentrafficsim.trafficcontrol
-
Exceptions thrown by traffic control programs.
- TrafficControlException() - Constructor for exception org.opentrafficsim.trafficcontrol.TrafficControlException
-
- TrafficControlException(String) - Constructor for exception org.opentrafficsim.trafficcontrol.TrafficControlException
-
- TrafficControlException(Throwable) - Constructor for exception org.opentrafficsim.trafficcontrol.TrafficControlException
-
- TrafficControlException(String, Throwable) - Constructor for exception org.opentrafficsim.trafficcontrol.TrafficControlException
-
- TrafficControlException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.trafficcontrol.TrafficControlException
-
- TrafficController - Interface in org.opentrafficsim.trafficcontrol
-
Interface for traffic light controllers.