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