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.
|