Package | Description |
---|---|
org.opentrafficsim.trafficcontrol.trafcod |
TrafCOD interpreter.
|
Modifier and Type | Field and Description |
---|---|
(package private) Map<String,Variable> |
TrafCOD.detectors
The detectors.
|
(package private) Map<String,Variable> |
TrafCOD.variables
The TrafCOD variables.
|
(package private) List<Variable> |
TrafCOD.variablesInDefinitionOrder
The TrafCOD variables in order of definition.
|
Modifier and Type | Method and Description |
---|---|
(package private) Variable |
Variable.clone(org.opentrafficsim.core.network.OTSNetwork newNetwork,
TrafCOD newTrafCOD) |
Modifier and Type | Method and Description |
---|---|
void |
Variable.cloneState(Variable fromVariable,
org.opentrafficsim.core.network.Network newNetwork)
Copy the state of this variable from another variable.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.