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 TypeClassDescriptionclassMultiLanePerceptionIterable<O extends LaneBasedObject,P extends PerceivedObject, U> Iterable class to search over multiple lanes.classPerceptionReiterable<O extends LaneBasedObject,P extends PerceivedObject, U> Standard implementation ofAbstractPerceptionReiterableuseful for most cases using an iterator overNavigatingIterable.Entryfrom theLaneStructure.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type AbstractPerceptionReiterableModifier and TypeMethodDescriptionvoidMultiLanePerceptionIterable.addIterable(RelativeLane lane, AbstractPerceptionReiterable<O, P, U> iterable) Adds an iterable for a lane.