Uses of Class
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.UnderlyingDistance
-
Packages that use PerceptionCollectable.UnderlyingDistance Package Description org.opentrafficsim.road.gtu.lane.perception Implementation of lane-based perception for the GTU. -
-
Uses of PerceptionCollectable.UnderlyingDistance in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return types with arguments of type PerceptionCollectable.UnderlyingDistance Modifier and Type Method Description Iterator<PerceptionCollectable.UnderlyingDistance<U>>
AbstractPerceptionReiterable. underlyingWithDistance()
Returns an iterator over the underlying objects coupled with the distance.Iterator<PerceptionCollectable.UnderlyingDistance<U>>
PerceptionCollectable. underlyingWithDistance()
Returns an iterator over the underlying objects coupled with the distance.Iterator<PerceptionCollectable.UnderlyingDistance<LaneBasedGTU>>
SortedSetPerceptionIterable. underlyingWithDistance()
Deprecated.Returns an iterator over the underlying objects coupled with the distance.
-