Open Traffic Sim core classes 0.1 API

Packages 
Package Description
org.opentrafficsim.core.car
Classes that extend the GTU to car behavior.
org.opentrafficsim.core.dsol
Extensions of the DSOL simulator interfaces and classes for OTS units.
org.opentrafficsim.core.gtu
GTU (Generalized Travel Unit) is the base class for cars, trains, pedestrians, etc.
org.opentrafficsim.core.gtu.following
GTU (Car) following models such as IDM+.
org.opentrafficsim.core.gtu.generator
Generate GTUs.
org.opentrafficsim.core.gtu.lane
The lane-based GTUs are the Generalized Travel Units that stay in lanes, and need to switch lanes to overtake.
org.opentrafficsim.core.gtu.lane.changing
Classes that deal with lane changing models.
org.opentrafficsim.core.locale
Locale related code for adapting representations and messages to different languages.
org.opentrafficsim.core.network
Classes that build a network with nodes, links, and cross-sections.
org.opentrafficsim.core.network.animation
Animation for Links, Lanes, Nodes.
org.opentrafficsim.core.network.factory
Factories for Links, Lanes, Nodes.
org.opentrafficsim.core.network.geotools
Geotools flavored Nodes, Links, etc.
org.opentrafficsim.core.network.lane
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
org.opentrafficsim.core.network.point2d
Factories for Point2D flavored Links, Lanes, Nodes.
org.opentrafficsim.core.unit
Classes for the unit system.
org.opentrafficsim.core.unit.unitsystem
Classes for the unit system, such as SI, SI-derived, Imperial.
org.opentrafficsim.core.value
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
org.opentrafficsim.core.value.conversions
Common conversions that generate results in the correct unit.
org.opentrafficsim.core.value.vdouble
General classes for Double math, used in Double scalar, vector and matrix.
org.opentrafficsim.core.value.vdouble.matrix
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
org.opentrafficsim.core.value.vdouble.scalar
Double Scalar storage and calculations with units, absolute/relative.
org.opentrafficsim.core.value.vdouble.vector
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
org.opentrafficsim.core.value.vfloat
General classes for Float math, used in Float scalar, vector and matrix.
org.opentrafficsim.core.value.vfloat.matrix
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
org.opentrafficsim.core.value.vfloat.scalar
Float Scalar storage and calculations with units, absolute/relative.
org.opentrafficsim.core.value.vfloat.vector
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
org.opentrafficsim.graphs
Basic graphs for traffic simulation.
org.opentrafficsim.gui
Graphical components that are used in OpenTrafficSim.
org.opentrafficsim.importexport.osm
OpenStreetMap import.
org.opentrafficsim.importexport.osm.input  
org.opentrafficsim.importexport.osm.output  
org.opentrafficsim.simulationengine
Wrappers and stubs for the DSOL simulation engine.

Copyright © 2014–2015 Delft University of Technology. All rights reserved.