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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
AbstractLaneBasedObject |
Conflict.ConflictEnd.clone(CrossSectionElement newCSE,
SimulatorInterface.TimeDoubleUnit newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
Modifier and Type | Class and Description |
---|---|
class |
BusStop
A bus stop is a location on a lane.
|
class |
Distraction
Distraction following a distance profile.
|
class |
SpeedSign
Speed sign.
|
Modifier and Type | Method and Description |
---|---|
AbstractLaneBasedObject |
SpeedSign.clone(CrossSectionElement newCSE,
SimulatorInterface.TimeDoubleUnit newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
AbstractLaneBasedObject |
Distraction.clone(CrossSectionElement newCSE,
SimulatorInterface.TimeDoubleUnit newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
AbstractLaneBasedObject |
BusStop.clone(CrossSectionElement newCSE,
SimulatorInterface.TimeDoubleUnit newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
abstract AbstractLaneBasedObject |
AbstractLaneBasedObject.clone(CrossSectionElement newCSE,
SimulatorInterface.TimeDoubleUnit newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSensor
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrafficLight
Basic, abstract implementation of a traffic light.
|
class |
SimpleTrafficLight
Standard implementation of a traffic light.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.