Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionIterable.Entry
Package
Description
Implementation of lane-based perception for the GTU.
-
Uses of AbstractPerceptionIterable.Entry in org.opentrafficsim.road.gtu.lane.perception
Modifier and TypeMethodDescriptionprotected abstract AbstractPerceptionIterable<H,
U, C>.Entry AbstractPerceptionIterable.getNext
(LaneRecordInterface<?> record, org.djunits.value.vdouble.scalar.Length position, C counter) Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable<HeadwayGtu,
LaneBasedGtu, Integer>.Entry DownstreamNeighborsIterable.getNext
(LaneRecordInterface<?> record, org.djunits.value.vdouble.scalar.Length position, Integer counter) Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable<H,
L, Boolean>.Entry LaneBasedObjectIterable.getNext
(LaneRecordInterface<?> record, org.djunits.value.vdouble.scalar.Length position, Boolean counter) Returns the next object(s) on the lane represented by the record.protected AbstractPerceptionIterable<HeadwayGtu,
LaneBasedGtu, Integer>.Entry UpstreamNeighborsIterable.getNext
(LaneRecordInterface<?> record, org.djunits.value.vdouble.scalar.Length position, Integer counter) Returns the next object(s) on the lane represented by the record.