Serialized Form

  • Package nl.tudelft.simulation.dsol.jetty.sse

    • Class nl.tudelft.simulation.dsol.jetty.sse.OtsWebModel

      class 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

      class 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

      class HtmlAnimationPanel extends HtmlGridPanel implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • context
          nl.tudelft.simulation.naming.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<nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<? extends nl.tudelft.simulation.dsol.animation.Locatable>> elementList
          List of drawable objects.
        • elements
          SortedSet<nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<? extends nl.tudelft.simulation.dsol.animation.Locatable>> elements
          the elements of this panel.
        • gtuColorer
          org.opentrafficsim.animation.gtu.colorer.GtuColorer gtuColorer
          The switchableGtuColorer used to color the GTUs.
        • hiddenClasses
          Set<Class<? extends nl.tudelft.simulation.dsol.animation.Locatable>> hiddenClasses
          cache of the classes that are hidden.
        • shownClasses
          Set<Class<? extends nl.tudelft.simulation.dsol.animation.Locatable>> shownClasses
          cache of the classes that are shown.
        • simulator
          org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator
          the simulator.
        • toggleButtonMap
          Map<Class<? extends nl.tudelft.simulation.dsol.animation.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,nl.tudelft.simulation.dsol.animation.gis.GisMapInterface> toggleGISMap
          Set of GIS layer names to toggle GIS layers .
        • toggleLocatableMap
          Map<String,Class<? extends nl.tudelft.simulation.dsol.animation.Locatable>> toggleLocatableMap
          Map of toggle names to toggle animation classes.
        • visibilityMap
          Map<Class<? extends nl.tudelft.simulation.dsol.animation.Locatable>,Boolean> visibilityMap
          filter for types to be shown or not.
  • Package org.opentrafficsim.web.test

    • Class org.opentrafficsim.web.test.CircularModelWeb

      class CircularModelWeb extends OtsWebServer implements Serializable
    • Class org.opentrafficsim.web.test.CircularRoadModel

      class 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
          org.djunits.value.vdouble.scalar.Length minimumDistance
          Minimum distance.
        • network
          RoadNetwork network
          The RoadNetwork.
        • 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
          org.djunits.value.vdouble.scalar.Speed speedLimit
          The speed limit.
        • strategicalPlannerGeneratorCars
          LaneBasedStrategicalPlannerFactory<?> strategicalPlannerGeneratorCars
          Strategical planner generator for cars.
        • strategicalPlannerGeneratorTrucks
          LaneBasedStrategicalPlannerFactory<?> strategicalPlannerGeneratorTrucks
          Strategical planner generator for trucks.
        • stream
          nl.tudelft.simulation.jstats.streams.StreamInterface stream
          The random number generator used to decide what kind of GTU to generate etc.
    • Class org.opentrafficsim.web.test.TJunctionDemo

      class TJunctionDemo extends OtsWebServer implements Serializable
    • Class org.opentrafficsim.web.test.TJunctionModel

      class TJunctionModel extends org.opentrafficsim.core.dsol.AbstractOtsModel implements Serializable
      serialVersionUID:
      20161211L
      • Serialized Fields