Uses of Class
org.opentrafficsim.road.network.lane.object.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 classConflictConflicts deal with traffic on different links/roads that need to consider each other as their paths may be in conflict spatially.classConflict.ConflictEndLight-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 AbstractLaneBasedObjectConflict.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 classBusStopA bus stop is a location on a lane.classDistractionDistraction following a distance profile.classSpeedSignSpeed sign.Methods in org.opentrafficsim.road.network.lane.object that return AbstractLaneBasedObject Modifier and Type Method Description abstract AbstractLaneBasedObjectAbstractLaneBasedObject. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the LaneBasedObject for e.g., copying a network.AbstractLaneBasedObjectBusStop. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the LaneBasedObject for e.g., copying a network.AbstractLaneBasedObjectDistraction. clone(CrossSectionElement newCSE, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the LaneBasedObject for e.g., copying a network.AbstractLaneBasedObjectSpeedSign. 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 classAbstractSensorCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classDestinationSensorA DestinationSensor is a sensor that deletes a GTU that has the node it will pass after this sensor as its destination.classDetectorDetector, measuring a dynamic set of measurements.classSimpleReportingSensorSensor that prints which GTU triggers it.classSinkSensorA 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 classAbstractTrafficLightBasic, abstract implementation of a traffic light.classFlankSensorEmbedded sensors used by a TrafficLightSensor.classSimpleTrafficLightStandard implementation of a traffic light.