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