Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionReiterable
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
-
Uses of AbstractPerceptionReiterable in org.opentrafficsim.road.gtu.lane.perception
Subclasses of AbstractPerceptionReiterable in org.opentrafficsim.road.gtu.lane.perception Modifier and Type Class Description classAbstractPerceptionIterable<H extends Headway,U,C>Abstract iterable that figures out how to find the next nearest object, including splits.classDownstreamNeighborsIterableIterable to find downstream GTU's.
The behavior of this search is slightly altered usingboolean ignoreIfUpstream.classLaneBasedObjectIterable<H extends Headway,L extends LaneBasedObject>Iterable that searches downstream or upstream for a certain type of lane based object.classMultiLanePerceptionIterable<H extends Headway,U>Iterable class to search over multiple lanes.classUpstreamNeighborsIterableIterable to find upstream GTU's.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type AbstractPerceptionReiterable Modifier and Type Method Description voidMultiLanePerceptionIterable. addIterable(RelativeLane lane, AbstractPerceptionReiterable<H,U> iterable)Adds an iterable for a lane.