Package | Description |
---|---|
org.opentrafficsim.graphs |
Basic graphs for traffic simulation.
|
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 |
---|---|
(package private) class |
FundamentalDiagram.FundamentalDiagramSensor
Internal Sensor class.
|
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
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
AbstractLaneBasedObject |
Conflict.ConflictEnd.clone(CrossSectionElement newCSE,
org.opentrafficsim.core.dsol.OTSSimulatorInterface 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 |
SpeedSign
Speed sign.
|
Modifier and Type | Method and Description |
---|---|
AbstractLaneBasedObject |
SpeedSign.clone(CrossSectionElement newCSE,
org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
AbstractLaneBasedObject |
BusStop.clone(CrossSectionElement newCSE,
org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
abstract AbstractLaneBasedObject |
AbstractLaneBasedObject.clone(CrossSectionElement newCSE,
org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator,
boolean animation)
Clone the LaneBasedObject for e.g., copying a network.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSensor
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
(package private) class |
FlankSensor
The embedded sensors of a TrafficLightSensor.
|
class |
SimpleReportingSensor
Sensor that prints which GTU triggers it.
|
class |
SinkSensor
sensor that deletes the GTU.
|
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–2017 Delft University of Technology. All rights reserved.