Package | Description |
---|---|
org.opentrafficsim.graphs |
Basic graphs for traffic simulation.
|
org.opentrafficsim.road.network.animation |
Animation for Links, Lanes, Nodes.
|
org.opentrafficsim.road.network.lane |
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FundamentalDiagram.FundamentalDiagramSensor
Internal Sensor class.
|
Constructor and Description |
---|
DefaultSensorAnimation(Sensor source,
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator,
Color color)
Construct the DefaultCarAnimation for a LaneBlock (road block).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSensor
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
class |
SinkSensor
sensor that deletes the GTU.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<Double,List<Sensor>> |
Lane.getSensorMap(org.opentrafficsim.core.gtu.GTUType gtuType)
Retrieve the list of Sensors of this Lane for the given GTUType.
|
List<Sensor> |
Lane.getSensors()
Retrieve the list of all Sensors of this Lane.
|
List<Sensor> |
Lane.getSensors(org.opentrafficsim.core.gtu.GTUType gtuType)
Retrieve the list of Sensors of this Lane that are triggered by the given GTUType.
|
List<Sensor> |
Lane.getSensors(org.djunits.value.vdouble.scalar.Length.Rel minimumPosition,
org.djunits.value.vdouble.scalar.Length.Rel maximumPosition,
org.opentrafficsim.core.gtu.GTUType gtuType)
Retrieve the list of Sensors of this Lane in the specified distance range for the given GTUType.
|
Modifier and Type | Method and Description |
---|---|
void |
Lane.addSensor(Sensor sensor,
org.opentrafficsim.core.gtu.GTUType gtuType)
Insert the sensor at the right place in the sensor list of this lane.
|
int |
AbstractSensor.compareTo(Sensor o) |
void |
Lane.removeSensor(Sensor sensor)
Remove a sensor from the sensor list of this lane.
|
Copyright © 2014–2015 Delft University of Technology. All rights reserved.