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
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
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
-
Serialized Fields
-
context
ContextInterface context
the eventContext. -
dirtyElements
boolean dirtyElements
dirty flag for the list. -
dragLine
javax.vecmath.Point4i 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
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
SimulatorInterface<?,?,?> 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,MapInterface> 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 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
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 AbstractOTSModel implements Serializable
- serialVersionUID:
- 20161211L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network.
-
-