Uses of Class
org.opentrafficsim.trafficcontrol.trafcod.Variable
-
Packages that use Variable Package Description org.opentrafficsim.trafficcontrol.trafcod TrafCOD interpreter. -
-
Uses of Variable in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod that return Variable Modifier and Type Method Description (package private) Variable
Variable. clone(org.opentrafficsim.core.network.OTSNetwork newNetwork, TrafCOD newTrafCOD)
Methods in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Variable Modifier and Type Method Description void
Variable. cloneState(Variable fromVariable, org.opentrafficsim.core.network.Network newNetwork)
Copy the state of this variable from another variable.
-