Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.PerceptionAccumulator
Packages that use PerceptionCollectable.PerceptionAccumulator
Package
Description
Implementation of lane-based perception for the GTU.
Categories define a set of perceivable information.
Contains perception categories to perceive neighbors.
-
Uses of PerceptionCollectable.PerceptionAccumulator in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return PerceptionCollectable.PerceptionAccumulatorModifier and TypeMethodDescriptionPerceptionCollectable.PerceptionCollector.getAccumulator()
Returns the accumulator.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type PerceptionCollectable.PerceptionAccumulatorModifier and TypeMethodDescriptionfinal <C,
I> C AbstractPerceptionReiterable.collect
(Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super U, I> accumulator, Function<I, C> finalizer) <C,
I> C PerceptionCollectable.collect
(Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super U, I> accumulator, Function<I, C> finalizer) Collect the underlying objects in to a perceived result.<C,
I> C PerceptionCollectableFiltered.collect
(Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super U, I> accumulator, Function<I, C> finalizer) -
Uses of PerceptionCollectable.PerceptionAccumulator in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return PerceptionCollectable.PerceptionAccumulatorModifier and TypeMethodDescriptionAnticipationDensity.getAccumulator()
AnticipationSpeed.getAccumulator()
-
Uses of PerceptionCollectable.PerceptionAccumulator in org.opentrafficsim.road.gtu.lane.perception.categories.neighbors
Methods in org.opentrafficsim.road.gtu.lane.perception.categories.neighbors that return PerceptionCollectable.PerceptionAccumulatorModifier and TypeMethodDescriptionPerceptionCollectable.PerceptionAccumulator<LaneBasedGtu,
org.djunits.value.vdouble.scalar.Duration> TaskHeadwayCollector.getAccumulator()