Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionIterable.Entry
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
-
Uses of AbstractPerceptionIterable.Entry in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return AbstractPerceptionIterable.Entry Modifier and Type Method Description protected abstract AbstractPerceptionIterable.EntryAbstractPerceptionIterable. getNext(LaneRecord<?> record, Length position, C counter)Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable.EntryDownstreamNeighborsIterable. getNext(LaneRecord<?> record, Length position, java.lang.Integer counter)Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable.EntryLaneBasedObjectIterable. getNext(LaneRecord<?> record, Length position, java.lang.Boolean counter)Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable.EntryUpstreamNeighborsIterable. getNext(LaneRecord<?> record, Length position, java.lang.Integer counter)Returns the next object(s) on the lane represented by the record.