Serialized Form
- 
Package nl.tudelft.simulation.dsol.jetty.sse
- 
Class nl.tudelft.simulation.dsol.jetty.sse.OTSWebModel extends Object implements Serializable
- 
Serialized Fields
- 
animationPanel
HTMLAnimationPanel animationPanel
the animation panel. - 
dirtyControls
boolean dirtyControls
dirty flag for the controls: when the model e.g. stops, the status needs to be changed. - 
killed
boolean killed
has the model been killed? - 
lastWallTIme
long lastWallTIme
Timer update interval in msec. - 
prevSimTime
double prevSimTime
Simulation time time. - 
simulator
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator
the simulator. - 
title
String title
the title for the model window. 
 - 
 
 - 
 - 
Class nl.tudelft.simulation.dsol.jetty.sse.OTSWebServer extends Object implements Serializable
- 
Serialized Fields
- 
animationPanel
HTMLAnimationPanel animationPanel
the animation panel. - 
dirtyControls
boolean dirtyControls
dirty flag for the controls: when the model e.g. stops, the status needs to be changed. - 
simulator
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator
the simulator. - 
title
String title
the title for the model window. 
 - 
 
 - 
 
 - 
 - 
Package nl.tudelft.simulation.dsol.web.animation.D2
- 
Class nl.tudelft.simulation.dsol.web.animation.D2.HTMLAnimationPanel extends HTMLGridPanel implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
context
ContextInterface context
the eventContext. - 
dirtyElements
boolean dirtyElements
dirty flag for the list. - 
dragLine
int[] dragLine
a line that helps the user to see where s/he is dragging. - 
dragLineEnabled
boolean dragLineEnabled
enable drag line. - 
elementList
List<Renderable2DInterface<? extends Locatable>> elementList
List of drawable objects. - 
elements
SortedSet<Renderable2DInterface<? extends Locatable>> elements
the elements of this panel. - 
gtuColorer
org.opentrafficsim.core.animation.gtu.colorer.GTUColorer gtuColorer
The switchableGTUColorer used to color the GTUs. - 
hiddenClasses
Set<Class<? extends Locatable>> hiddenClasses
cache of the classes that are hidden. - 
shownClasses
Set<Class<? extends Locatable>> shownClasses
cache of the classes that are shown. - 
simulator
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator
the simulator. - 
toggleButtonMap
Map<Class<? extends Locatable>,ToggleButtonInfo> toggleButtonMap
Set of animation classes to toggle buttons. - 
toggleButtons
List<ToggleButtonInfo> toggleButtons
List of buttons in the right order. - 
toggleGISButtonMap
Map<String,ToggleButtonInfo> toggleGISButtonMap
Set of GIS layer names to toggle buttons. - 
toggleGISMap
Map<String,GisMapInterface> toggleGISMap
Set of GIS layer names to toggle GIS layers . - 
toggleLocatableMap
Map<String,Class<? extends Locatable>> toggleLocatableMap
Map of toggle names to toggle animation classes. - 
visibilityMap
Map<Class<? extends Locatable>,Boolean> visibilityMap
filter for types to be shown or not. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.web.test
- 
Class org.opentrafficsim.web.test.CircularModelWeb extends OTSWebServer implements Serializable
 - 
Class org.opentrafficsim.web.test.CircularRoadModel extends org.opentrafficsim.core.dsol.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
org.opentrafficsim.base.parameters.Parameters parametersCar
Car parameters. - 
parametersTruck
org.opentrafficsim.base.parameters.Parameters parametersTruck
Truck parameters. - 
paths
List<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.web.test.TJunctionDemo extends OTSWebServer implements Serializable
 - 
Class org.opentrafficsim.web.test.TJunctionModel extends org.opentrafficsim.core.dsol.AbstractOTSModel implements Serializable
- serialVersionUID:
 - 20161211L
 
- 
Serialized Fields
- 
network
OTSRoadNetwork network
The network. 
 - 
 
 
 -