Uses of Class
org.opentrafficsim.trafficcontrol.TrafficControlException
Packages that use TrafficControlException
Package
Description
Coupling of OTS with external CCOL traffic controller.
TrafCOD interpreter.
-
Uses of TrafficControlException in org.opentrafficsim.trafficcontrol.ccol
Constructors in org.opentrafficsim.trafficcontrol.ccol that throw TrafficControlExceptionModifierConstructorDescriptionCcol(String id, String controlProgram, Set<TrafficLight> trafficLights, Set<TrafficLightDetector> sensors, OtsSimulator simulator) Construct a new CCOL communication link. -
Uses of TrafficControlException in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod that throw TrafficControlExceptionModifier and TypeMethodDescriptionvoidTrafCod.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 TrafficControlExceptionModifierConstructorDescriptionConstruct a new diagram.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.