Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionReiterable
Packages that use AbstractPerceptionReiterable
Package
Description
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.perceptionModifier and TypeClassDescriptionclassAbstractPerceptionIterable<H extends Headway,U, C> Abstract iterable that figures out how to find the next nearest object, including splits.classIterable 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.classIterable to find upstream GTU's.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type AbstractPerceptionReiterableModifier and TypeMethodDescriptionvoidMultiLanePerceptionIterable.addIterable(RelativeLane lane, AbstractPerceptionReiterable<H, U> iterable) Adds an iterable for a lane.