Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane |
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
|
org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
org.opentrafficsim.road.gtu.lane.perception.categories |
Categories define a set of perceivable information.
|
org.opentrafficsim.road.gtu.lane.perception.categories.neighbors |
Contains perception categories to perceive neighbors.
|
Modifier and Type | Class and Description |
---|---|
class |
CollisionDetector
Collision detector that detects a negative headway when used on a
PerceptionCollectable<HeadwayGTU, LaneBasedGTU> . |
Modifier and Type | Method and Description |
---|---|
default <C,I> C |
PerceptionCollectable.collect(PerceptionCollectable.PerceptionCollector<C,? super U,I> collector)
Collect the underlying objects in to a perceived result.
|
Modifier and Type | Class and Description |
---|---|
class |
AnticipationDensity
Collector to determine density based on GTUs.
|
class |
AnticipationSpeed
Collector of leaders which derives an set of anticipation speeds from a lane.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskHeadwayCollector
Simple collector implementation to obtain time headway.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.