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.Entry
AbstractPerceptionIterable. getNext(LaneRecord<?> record, Length position, C counter)
Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable.Entry
DownstreamNeighborsIterable. getNext(LaneRecord<?> record, Length position, java.lang.Integer counter)
Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable.Entry
LaneBasedObjectIterable. getNext(LaneRecord<?> record, Length position, java.lang.Boolean counter)
Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable.Entry
UpstreamNeighborsIterable. getNext(LaneRecord<?> record, Length position, java.lang.Integer counter)
Returns the next object(s) on the lane represented by the record.