Serialized Form
- 
Package loadfromxml
- 
Class loadfromxml.LoadXML extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 20170421L
 
 
 - 
 - 
Package org.opentrafficsim.ahfe
- 
Class org.opentrafficsim.ahfe.AbstractDelayedNeighborsPerception extends AbstractDelayedPerceptionCategory implements Serializable
- serialVersionUID:
 - 20170217L
 
- 
Serialized Fields
- 
direct
DirectNeighborsPerception direct
Deprecated.Wrapped direct perception. - 
gtuAlongsideLeftOverride
boolean gtuAlongsideLeftOverride
Deprecated.Override for left lane change. - 
gtuAlongsideRightOverride
boolean gtuAlongsideRightOverride
Deprecated.Override for right lane change. - 
initialTime
Time initialTime
Deprecated.First update time. - 
plannerTimeStep
Duration plannerTimeStep
Deprecated.Time step of planner. - 
reactionTime
Duration reactionTime
Deprecated.Reaction time. - 
remainder
Duration remainder
Deprecated.Remainder between reaction time and planner time step. 
 - 
 
 - 
Class org.opentrafficsim.ahfe.AbstractDelayedPerceptionCategory extends LaneBasedAbstractPerceptionCategory implements Serializable
- serialVersionUID:
 - 20170217L
 
- 
Serialized Fields
- 
map
java.util.LinkedHashMap<AbstractDelayedPerceptionCategory.DelayedInfoType<?>,java.util.LinkedHashMap<RelativeLane,java.util.List<TimeStampedObject<?>>>> map
Deprecated.Map of info type and list of time stamped data of that info type. 
 - 
 
 - 
Class org.opentrafficsim.ahfe.AHFEAnimation extends OTSSimulationApplication<org.opentrafficsim.ahfe.AHFEAnimation.AHFEModel> implements Serializable
- serialVersionUID:
 - 20170228L
 
 - 
Class org.opentrafficsim.ahfe.AHFESimulation extends AbstractOTSSimulationApplication implements Serializable
- serialVersionUID:
 - 20170228L
 
 - 
Class org.opentrafficsim.ahfe.DelayedNeighborsPerception extends AbstractDelayedNeighborsPerception implements Serializable
- serialVersionUID:
 - 20170217L
 
- 
Serialized Fields
- 
anticipation
Anticipation anticipation
Deprecated.Form of anticipation. - 
errors
java.util.LinkedHashMap<java.lang.String,org.opentrafficsim.ahfe.DelayedNeighborsPerception.ErrorValue> errors
Deprecated.Map of errors by a Wiener process for each GTU. - 
firstFollowers
java.util.Map<LateralDirectionality,java.util.SortedSet<HeadwayGTU>> firstFollowers
Deprecated.Set of first followers per lane upstream of merge per lateral direction, i.e. in the left or right lane. - 
firstLeaders
java.util.Map<LateralDirectionality,java.util.SortedSet<HeadwayGTU>> firstLeaders
Deprecated.Set of first leaders per lane downstream of split per lateral direction, i.e. in the left or right lane. - 
followers
java.util.Map<RelativeLane,PerceptionCollectable<HeadwayGTU,LaneBasedGTU>> followers
Deprecated.Set of followers per relative lane. - 
gtuAlongside
java.util.Map<LateralDirectionality,java.lang.Boolean> gtuAlongside
Deprecated.Whether a GTU is alongside per lateral direction, i.e. in the left or right lane. - 
leaders
java.util.Map<RelativeLane,PerceptionCollectable<HeadwayGTU,LaneBasedGTU>> leaders
Deprecated.Set of leaders per relative lane. - 
norm
DistNormal norm
Deprecated.Random numbers for perception errors. - 
rearrangeTime
Time rearrangeTime
Deprecated.Latest update time of neighbor rearrangement. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.demo
- 
Class org.opentrafficsim.demo.CircularLaneModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20141121L
 
- 
Serialized Fields
- 
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. - 
carsCreated
int carsCreated
Number of cars created. - 
lane1
Lane lane1
The left Lane that contains simulated Cars. - 
lane2
Lane lane2
The right Lane that contains simulated Cars. - 
minimumDistance
Length minimumDistance
Minimum distance. - 
network
OTSRoadNetwork network
The OTSRoadNetwork. - 
parametersCar
Parameters parametersCar
Car parameters. - 
parametersTruck
Parameters parametersTruck
Truck parameters. - 
path
java.util.List<Lane> path
The sequence of Lanes that all vehicles will follow. - 
speedLimit
Speed speedLimit
The speed limit. - 
strategicalPlannerGeneratorCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorCars
Strategical planner generator for cars. - 
strategicalPlannerGeneratorTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorTrucks
Strategical planner generator for trucks. - 
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate etc. 
 - 
 
 - 
Class org.opentrafficsim.demo.CircularLaneSwing extends OTSSimulationApplication<CircularLaneModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.CircularRoadModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20141121L
 
- 
Serialized Fields
- 
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. - 
carsCreated
int carsCreated
Number of cars created. - 
minimumDistance
Length minimumDistance
Minimum distance. - 
network
OTSRoadNetwork network
The OTSRoadNetwork. - 
parametersCar
Parameters parametersCar
Car parameters. - 
parametersTruck
Parameters parametersTruck
Truck parameters. - 
paths
java.util.List<java.util.List<Lane>> paths
The sequence of Lanes that all vehicles will follow. - 
speedLimit
Speed speedLimit
The speed limit. - 
strategicalPlannerGeneratorCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorCars
Strategical planner generator for cars. - 
strategicalPlannerGeneratorTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorTrucks
Strategical planner generator for trucks. - 
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate etc. 
 - 
 
 - 
Class org.opentrafficsim.demo.CircularRoadSwing extends OTSSimulationApplication<CircularRoadModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.CrossingTrafficLightsModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20140815L
 
- 
Serialized Fields
- 
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. - 
headwayGenerator
DistContinuous headwayGenerator
The probability distribution for the variable part of the headway. - 
idGenerator
IdGenerator idGenerator
Id generator (used by all generators). - 
network
OTSRoadNetwork network
The network. - 
speedLimit
Speed speedLimit
The speed limit on all Lanes. - 
strategicalPlannerFactoryCar
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryCar
the strategical planner factory for cars. - 
strategicalPlannerFactoryTruck
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryTruck
the strategical planner factory for trucks. - 
stream
StreamInterface stream
the random stream for this demo. 
 - 
 
 - 
Class org.opentrafficsim.demo.CrossingTrafficLightsSwing extends OTSSimulationApplication<CrossingTrafficLightsModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.FundamentalDiagrams extends OTSSimulationApplication<org.opentrafficsim.demo.FundamentalDiagrams.FundamentalDiagramPlotsModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.NetworksModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20140815L
 
- 
Serialized Fields
- 
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. - 
headwayGenerator
DistContinuous headwayGenerator
The probability distribution for the variable part of the headway. - 
idGenerator
IdGenerator idGenerator
Id generator (used by all generators). - 
knownGTUs
java.util.Set<GTU> knownGTUs
The set of GTUs that we want to sample regularly. - 
maximumDistance
Length maximumDistance
Maximum distance. - 
minimumDistance
Length minimumDistance
Minimum distance. - 
network
OTSRoadNetwork network
The network. - 
paths
java.util.List<java.util.List<Lane>> paths
The sequence of Lanes that all vehicles will follow. - 
routeGeneratorMain
Generator<Route> routeGeneratorMain
The route generator for the main line. - 
routeGeneratorRamp
Generator<Route> routeGeneratorRamp
The route generator for the onramp. - 
speedLimit
Speed speedLimit
The speed limit. - 
strategicalPlannerFactoryCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryCars
Strategical planner generator for cars. - 
strategicalPlannerFactoryTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryTrucks
Strategical planner generator for trucks. - 
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate. 
 - 
 
 - 
Class org.opentrafficsim.demo.NetworksSwing extends OTSSimulationApplication<NetworksModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.SequentialLanes extends OTSSimulationApplication<org.opentrafficsim.demo.SequentialLanes.SequentialModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.ShortMerge extends OTSSimulationApplication<ShortMerge.ShortMergeModel> implements Serializable
- serialVersionUID:
 - 20170407L
 
 - 
Class org.opentrafficsim.demo.ShortMerge.ShortMergeModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20170407L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
The network. 
 - 
 
 - 
Class org.opentrafficsim.demo.StraightModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20140815L
 
- 
Serialized Fields
- 
block
SimpleTrafficLight block
The blocking, implemented as a traffic light. - 
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. - 
carsCreated
int carsCreated
Number of cars created. - 
headway
Duration headway
The headway (inter-vehicle time). - 
lane
Lane lane
The Lane that contains the simulated Cars. - 
maximumDistance
Length maximumDistance
Maximum distance. - 
minimumDistance
Length minimumDistance
Minimum distance. - 
network
OTSRoadNetwork network
The network. - 
parametersCar
Parameters parametersCar
Car parameters. - 
parametersTruck
Parameters parametersTruck
Truck parameters. - 
path
java.util.List<Lane> path
The sequence of Lanes that all vehicles will follow. - 
speedLimit
Speed speedLimit
The speed limit on all Lanes. - 
strategicalPlannerGeneratorCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorCars
Strategical planner generator for cars. - 
strategicalPlannerGeneratorTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorTrucks
Strategical planner generator for trucks. - 
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate. 
 - 
 
 - 
Class org.opentrafficsim.demo.StraightSwing extends OTSSimulationApplication<StraightModel> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.SuperDemo extends javax.swing.JFrame implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
demos
java.util.List<org.opentrafficsim.demo.SuperDemo.Demo> demos
demos to show. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.demo.carFollowing
- 
Class org.opentrafficsim.demo.carFollowing.OpenStreetMap extends OTSSimulationApplication<org.opentrafficsim.demo.carFollowing.OSMModel> implements Serializable
- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.opentrafficsim.demo.conflict
- 
Class org.opentrafficsim.demo.conflict.BusStreetDemo extends OTSSimulationApplication<BusStreetDemo.BusStreetModel> implements Serializable
- serialVersionUID:
 - 20161211L
 
 - 
Class org.opentrafficsim.demo.conflict.BusStreetDemo.BusStreetModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20161211L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
The network. 
 - 
 
 - 
Class org.opentrafficsim.demo.conflict.TestNetworkDemo extends OTSSimulationApplication<org.opentrafficsim.demo.conflict.TestNetworkDemo.TestNetworkModel> implements Serializable
- serialVersionUID:
 - 20161211L
 
 - 
Class org.opentrafficsim.demo.conflict.TJunctionDemo extends OTSSimulationApplication<TJunctionDemo.TJunctionModel> implements Serializable
- serialVersionUID:
 - 20161211L
 
 - 
Class org.opentrafficsim.demo.conflict.TJunctionDemo.TJunctionModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20161211L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
The network. 
 - 
 
 - 
Class org.opentrafficsim.demo.conflict.TurboRoundaboutDemo extends OTSSimulationApplication<TurboRoundaboutDemo.TurboRoundaboutModel> implements Serializable
- serialVersionUID:
 - 20161211L
 
 - 
Class org.opentrafficsim.demo.conflict.TurboRoundaboutDemo.TurboRoundaboutModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20161211L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
The network. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.demo.conflictAndControl
- 
Class org.opentrafficsim.demo.conflictAndControl.DemoTrafcodAndTurbo extends OTSSimulationApplication<org.opentrafficsim.demo.conflictAndControl.DemoTrafcodAndTurbo.TrafCODModel> implements Serializable
- serialVersionUID:
 - 20161118L
 
 
 - 
 - 
Package org.opentrafficsim.demo.geometry
- 
Class org.opentrafficsim.demo.geometry.TestGeometry extends DSOLApplication implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.geometry.TestModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
the network. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.demo.geometry.shape
- 
Class org.opentrafficsim.demo.geometry.shape.ShapeModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20140815L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
the network. - 
nodes
java.util.Map<java.lang.String,OTSRoadNode> nodes
Nodes from shape file. - 
shpLinks
java.util.Map<java.lang.String,Link> shpLinks
Links from shape file. 
 - 
 
 - 
Class org.opentrafficsim.demo.geometry.shape.ShapeTestApplication extends DSOLApplication implements Serializable
- serialVersionUID:
 - 20140819L
 
 
 - 
 - 
Package org.opentrafficsim.demo.lanechange
- 
Class org.opentrafficsim.demo.lanechange.LaneChangeGraph extends javax.swing.JFrame implements Serializable
- serialVersionUID:
 - 20141118L
 
- 
Serialized Fields
- 
carFollowingModel
GTUFollowingModelOld carFollowingModel
The car following model. - 
charts
ChartPanel[][] charts
The graphs. - 
network
OTSRoadNetwork network
The network. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.demo.network.xml
- 
Class org.opentrafficsim.demo.network.xml.Circuit extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.FourStop extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.NetworkTest extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserA58 extends OTSSimulationApplication<org.opentrafficsim.demo.network.xml.TestXMLParserA58.TestXMLModelA58> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserAimsun extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserEindhoven extends OTSSimulationApplication<org.opentrafficsim.demo.network.xml.TestXMLParserEindhoven.TestXMLModelEindhoven> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserKPIs extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserN201 extends OTSSimulationApplication<org.opentrafficsim.demo.network.xml.TestXMLParserN201.TestXMLModelN201> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserReadXstream extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.demo.network.xml.TestXMLParserWriteXstream extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.opentrafficsim.demo.trafficcontrol
- 
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo1 extends OTSSimulationApplication<TrafCODDemo1.TrafCODModel> implements Serializable
- serialVersionUID:
 - 20161118L
 
 - 
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo1.TrafCODModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20161020L
 
- 
Serialized Fields
- 
controllerDisplayPanel
javax.swing.JPanel controllerDisplayPanel
TrafCOD controller display. - 
network
OTSRoadNetwork network
The network. - 
trafCOD
TrafCOD trafCOD
The TrafCOD controller. - 
xml
java.lang.String xml
The XML. 
 - 
 
 - 
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2 extends OTSSimulationApplication<TrafCODDemo2.TrafCODModel> implements Serializable
- serialVersionUID:
 - 20161118L
 
 - 
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2_Generators extends OTSSimulationApplication<org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2_Generators.TrafCODModel> implements Serializable
- serialVersionUID:
 - 20161118L
 
 - 
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2.TrafCODModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20161020L
 
- 
Serialized Fields
- 
controllerDisplayPanel
javax.swing.JPanel controllerDisplayPanel
TrafCOD controller display. - 
network
OTSRoadNetwork network
The network. - 
trafCOD
TrafCOD trafCOD
The TrafCOD controller. - 
xml
java.lang.String xml
The XML. 
 - 
 
 
 -