Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.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
Modifier and TypeMethodDescriptionPerceptionCollectable.PerceptionCollector.getAccumulator()
Returns the accumulator.Modifier and TypeMethodDescriptionfinal <C,
I> C AbstractPerceptionReiterable.collect
(Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super U, I> accumulator, PerceptionCollectable.PerceptionFinalizer<C, I> finalizer) Collect the underlying objects in to a perceived result.<C,
I> C PerceptionCollectable.collect
(Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super U, I> accumulator, PerceptionCollectable.PerceptionFinalizer<C, I> finalizer) Collect the underlying objects in to a perceived result.<C,
I> C PerceptionCollectableFiltered.collect
(Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super U, I> accumulator, PerceptionCollectable.PerceptionFinalizer<C, I> finalizer) Collect the underlying objects in to a perceived result. -
Uses of PerceptionCollectable.PerceptionAccumulator in org.opentrafficsim.road.gtu.lane.perception.categories
Modifier and TypeMethodDescriptionAnticipationDensity.getAccumulator()
Returns the accumulator.AnticipationSpeed.getAccumulator()
Returns the accumulator. -
Uses of PerceptionCollectable.PerceptionAccumulator in org.opentrafficsim.road.gtu.lane.perception.categories.neighbors
Modifier and TypeMethodDescriptionPerceptionCollectable.PerceptionAccumulator<LaneBasedGtu,
org.djunits.value.vdouble.scalar.Duration> TaskHeadwayCollector.getAccumulator()
Returns the accumulator.