Uses of Class
org.opentrafficsim.trafficcontrol.TrafficControlException
| Package | Description |
|---|---|
| org.opentrafficsim.trafficcontrol.ccol |
Coupling of OTS with external CCOL traffic controller.
|
| org.opentrafficsim.trafficcontrol.trafcod |
TrafCOD interpreter.
|
-
Uses of TrafficControlException in org.opentrafficsim.trafficcontrol.ccol
Constructors in org.opentrafficsim.trafficcontrol.ccol that throw TrafficControlException Constructor Description CCOL(java.lang.String id, java.lang.String controlProgram, java.util.Set<TrafficLight> trafficLights, java.util.Set<TrafficLightSensor> sensors, DEVSSimulator<Time,Duration,SimTimeDoubleUnit> simulator)Construct a new CCOL communication link. -
Uses of TrafficControlException in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod that throw TrafficControlException Modifier and Type Method Description voidTrafCOD. checkConsistency()Check the consistency of the traffic control program and perform initializations that require a completely built network.Constructors in org.opentrafficsim.trafficcontrol.trafcod that throw TrafficControlException Constructor Description TrafCOD(java.lang.String controllerName, java.net.URL trafCodURL, OTSSimulatorInterface simulator, java.awt.Container display, java.awt.image.BufferedImage displayBackground, java.util.List<java.lang.String> displayObjectLocations)Construct a new TrafCOD traffic light controller.TrafCOD(java.lang.String controllerName, java.util.List<java.lang.String> trafCODRules, OTSSimulatorInterface simulator, java.awt.Container display, java.awt.image.BufferedImage displayBackground, java.util.List<java.lang.String> displayObjectLocations)Construct a new TrafCOD traffic light controller.