Uses of Class
org.opentrafficsim.road.network.lane.object.AbstractLaneBasedObject
-
Packages that use AbstractLaneBasedObject Package Description org.opentrafficsim.road.network.lane.conflict Contains classes describing intersection conflicts.org.opentrafficsim.road.network.lane.object Lane-based objects such as barriers, gates, traffic lights, DRIPs, speed signs, obstacles on the road, etc.org.opentrafficsim.road.network.lane.object.sensor Lane-based objects that act as sensors.org.opentrafficsim.road.network.lane.object.trafficlight Traffic light and traffic light controller objects. -
-
Uses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.conflict
Subclasses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.conflict Modifier and Type Class Description class
Conflict
Conflicts deal with traffic on different links/roads that need to consider each other as their paths may be in conflict spatially.class
Conflict.ConflictEnd
Light-weight lane based object to indicate the end of a conflict.Methods in org.opentrafficsim.road.network.lane.conflict that return AbstractLaneBasedObject Modifier and Type Method Description AbstractLaneBasedObject
Conflict.ConflictEnd. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the LaneBasedObject for e.g., copying a network. -
Uses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.object
Subclasses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.object Modifier and Type Class Description class
BusStop
A bus stop is a location on a lane.class
Distraction
Distraction following a distance profile.class
SpeedSign
Speed sign.Methods in org.opentrafficsim.road.network.lane.object that return AbstractLaneBasedObject Modifier and Type Method Description abstract AbstractLaneBasedObject
AbstractLaneBasedObject. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the LaneBasedObject for e.g., copying a network.AbstractLaneBasedObject
BusStop. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the LaneBasedObject for e.g., copying a network.AbstractLaneBasedObject
Distraction. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the LaneBasedObject for e.g., copying a network.AbstractLaneBasedObject
SpeedSign. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the LaneBasedObject for e.g., copying a network. -
Uses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.object.sensor
Subclasses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.object.sensor Modifier and Type Class Description class
AbstractSensor
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
DestinationSensor
A DestinationSensor is a sensor that deletes a GTU that has the node it will pass after this sensor as its destination.class
Detector
Detector, measuring a dynamic set of measurements.class
SimpleReportingSensor
Sensor that prints which GTU triggers it.class
SinkSensor
A SinkSensor is a sensor that deletes every GTU that hits it. -
Uses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.object.trafficlight
Subclasses of AbstractLaneBasedObject in org.opentrafficsim.road.network.lane.object.trafficlight Modifier and Type Class Description class
AbstractTrafficLight
Basic, abstract implementation of a traffic light.class
FlankSensor
Embedded sensors used by a TrafficLightSensor.class
SimpleTrafficLight
Standard implementation of a traffic light.
-