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 java.util.Iterator<PerceptionCollectable.UnderlyingDistance<U>>AbstractPerceptionReiterable. underlyingWithDistance()Returns an iterator over the underlying objects coupled with the distance.java.util.Iterator<PerceptionCollectable.UnderlyingDistance<U>>PerceptionCollectable. underlyingWithDistance()Returns an iterator over the underlying objects coupled with the distance.java.util.Iterator<PerceptionCollectable.UnderlyingDistance<LaneBasedGTU>>SortedSetPerceptionIterable. underlyingWithDistance()Deprecated.Returns an iterator over the underlying objects coupled with the distance.
-