Uses of Interface
org.opentrafficsim.trafficcontrol.trafcod.TrafCODObject
-
Packages that use TrafCODObject Package Description org.opentrafficsim.trafficcontrol.trafcod TrafCOD interpreter. -
-
Uses of TrafCODObject in org.opentrafficsim.trafficcontrol.trafcod
Classes in org.opentrafficsim.trafficcontrol.trafcod that implement TrafCODObject Modifier and Type Class Description (package private) class
DetectorImage
Draws a detector.(package private) class
TrafficLightImage
Draws a traffic light.Methods in org.opentrafficsim.trafficcontrol.trafcod with parameters of type TrafCODObject Modifier and Type Method Description (package private) void
TrafCODDisplay. addTrafCODObject(TrafCODObject trafCODObject)
Add one TrafCODObject to this TrafCODDisplay.
-