Uses of Interface
org.opentrafficsim.core.SpatialObject
Packages that use 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
Subinterfaces of SpatialObject in org.opentrafficsim.coreModifier and TypeInterfaceDescriptioninterfaceDynamicSpatialObject 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
Classes in org.opentrafficsim.core.gtu that implement SpatialObjectModifier and TypeClassDescriptionclassImplements 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
Classes in org.opentrafficsim.core.network that implement SpatialObjectModifier and TypeClassDescriptionclassA link with a maximum capacity, expressed as the maximum number of GTUs per time unit that the link can handle.classCentroid Node that is only connected by Connector links.classSpecial link type that represents a connector.classA standard implementation of a link between two Nodes.classThe Node is a point with an id.