Uses of Interface
org.opentrafficsim.core.SpatialObject
Package
Description
Core classes with generic interfaces.
GTU (Generalized Travel Unit) is the base class for cars, trains, pedestrians, etc.
Classes that build a network with nodes, links, and cross-sections.
-
Uses of SpatialObject in org.opentrafficsim.core
Modifier and TypeInterfaceDescriptioninterface
DynamicSpatialObject has two shapes: the shape that is registered in the Map is the shape that indicates where the object can be present for the time frame for which intersections can be calculated. -
Uses of SpatialObject in org.opentrafficsim.core.gtu
Modifier and TypeClassDescriptionclass
Implements the basic functionalities of any GTU: the ability to move on 3D-space according to a plan. -
Uses of SpatialObject in org.opentrafficsim.core.network
Modifier and TypeClassDescriptionclass
A link with a maximum capacity, expressed as the maximum number of GTUs per time unit that the link can handle.class
Centroid Node that is only connected by Connector links.class
Special link type that represents a connector.class
A standard implementation of a link between two Nodes.class
The Node is a point with an id.