Uses of Record Class
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.UnderlyingDistance
Packages that use PerceptionCollectable.UnderlyingDistance
Package
Description
Implementation of lane-based perception for the GTU.
Mental implementation based on an Attention Matrix, determining attention over different channels.
-
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.UnderlyingDistanceModifier and TypeMethodDescriptionprotected abstract Iterator<PerceptionCollectable.UnderlyingDistance<U>>AbstractPerceptionReiterable.primaryIterator()Returns the primary iterator.MultiLanePerceptionIterable.primaryIterator()protected Iterator<PerceptionCollectable.UnderlyingDistance<U>>PerceptionReiterable.primaryIterator()AbstractPerceptionReiterable.underlyingWithDistance()PerceptionCollectable.underlyingWithDistance()Returns an iterator over the underlying objects coupled with the distance.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type PerceptionCollectable.UnderlyingDistanceModifier and TypeMethodDescriptionintPerceptionCollectable.UnderlyingDistance.compareTo(PerceptionCollectable.UnderlyingDistance<U> o) -
Uses of PerceptionCollectable.UnderlyingDistance in org.opentrafficsim.road.gtu.lane.perception.mental.channel
Constructor parameters in org.opentrafficsim.road.gtu.lane.perception.mental.channel with type arguments of type PerceptionCollectable.UnderlyingDistanceModifierConstructorDescriptionChannelTaskCarFollowing(Function<LanePerception, PerceptionCollectable.UnderlyingDistance<LaneBasedGtu>> leaderSupplier) Constructor that provides a supplier for a leader that follows a non-default logic.