Package | Description |
---|---|
org.opentrafficsim.graphs |
Basic graphs for traffic simulation.
|
org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
org.opentrafficsim.road.network.lane |
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
|
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 |
---|---|
static class |
EnvironmentState.Entry<T extends LaneBasedObject>
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
<T extends LaneBasedObject> |
LaneStructure.getSortedObjects(EnvironmentState.ViewingDirection viewingDirection,
RelativeLane relativeLane,
Class<T> clazz)
Retrieve objects on a lane of a specific type.
|
<T extends LaneBasedObject> |
EnvironmentState.getSortedObjects(EnvironmentState.ViewingDirection viewingDirection,
RelativeLane relativeLane,
Class<T> clazz)
Retrieve objects on a lane of a specific type.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<Double,List<LaneBasedObject>> |
Lane.getLaneBasedObjectMap()
Retrieve the list of LaneBasedObjects of this Lane.
|
List<LaneBasedObject> |
Lane.getLaneBasedObjects()
Retrieve the list of all LaneBasedObjects of this Lane.
|
List<LaneBasedObject> |
Lane.getLaneBasedObjects(org.djunits.value.vdouble.scalar.Length minimumPosition,
org.djunits.value.vdouble.scalar.Length maximumPosition)
Retrieve the list of LaneBasedObjects of this Lane in the specified distance range.
|
List<LaneBasedObject> |
Lane.getObjectAhead(org.djunits.value.vdouble.scalar.Length position,
org.opentrafficsim.core.gtu.GTUDirectionality direction)
Get the first object where the relativePosition is in front of a certain position on the lane, in a driving direction on
this lane, compared to the DESIGN LINE.
|
Modifier and Type | Method and Description |
---|---|
void |
Lane.addLaneBasedObject(LaneBasedObject laneBasedObject)
Insert a laneBasedObject at the right place in the laneBasedObject list of this Lane.
|
void |
Lane.removeLaneBasedObject(LaneBasedObject laneBasedObject)
Remove a laneBasedObject from the laneBasedObject list of this Lane.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLaneBasedObject
An abstract implementation of the LaneBasedObject interface with the required fields being initialized and getters for those
fields.
|
class |
LaneBlock
Block on a lane that a GTU cannot pass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sensor
A sensor is a lane-based object that can be triggered by a relative position of the GTU (e.g., front, back) when that
relative position passes over the sensor location on the lane.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSensor
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
(package private) class |
FlankSensor
Sub-sensor of a traffic light sensor.
|
class |
SimpleReportingSensor
Sensor that prints which GTU triggers it.
|
class |
SinkSensor
sensor that deletes the GTU.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TrafficLight
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTrafficLight
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.