Uses of Class
org.opentrafficsim.trafficcontrol.TrafficControlException
-
Packages that use 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(String id, String controlProgram, Set<TrafficLight> trafficLights, 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(String controllerName, URL trafCodURL, OTSSimulatorInterface simulator, Container display, BufferedImage displayBackground, List<String> displayObjectLocations)Construct a new TrafCOD traffic light controller.TrafCOD(String controllerName, List<String> trafCODRules, OTSSimulatorInterface simulator, BufferedImage displayBackground, List<String> displayObjectLocations)Construct a new TrafCOD traffic light controller.
-