| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.perception | 
 Implementation of lane-based perception for the GTU. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract AbstractPerceptionIterable.Entry | 
AbstractPerceptionIterable.getNext(LaneRecord<?> record,
       org.djunits.value.vdouble.scalar.Length position,
       C counter)
Returns the next object(s) on the lane represented by the record. 
 | 
protected AbstractPerceptionIterable.Entry | 
UpstreamNeighborsIterable.getNext(LaneRecord<?> record,
       org.djunits.value.vdouble.scalar.Length position,
       Integer counter)
Returns the next object(s) on the lane represented by the record. 
 | 
protected AbstractPerceptionIterable.Entry | 
DownstreamNeighborsIterable.getNext(LaneRecord<?> record,
       org.djunits.value.vdouble.scalar.Length position,
       Integer counter)
Returns the next object(s) on the lane represented by the record. 
 | 
protected AbstractPerceptionIterable.Entry | 
LaneBasedObjectIterable.getNext(LaneRecord<?> record,
       org.djunits.value.vdouble.scalar.Length position,
       Void counter)
Returns the next object(s) on the lane represented by the record. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.