Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.PerceptionAccumulator
Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
org.opentrafficsim.road.gtu.lane.perception.categories |
Categories define a set of perceivable information.
|
org.opentrafficsim.road.gtu.lane.perception.categories.neighbors |
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.PerceptionAccumulator Modifier and Type Method Description PerceptionCollectable.PerceptionAccumulator<U,I>
PerceptionCollectable.PerceptionCollector. getAccumulator()
Returns the accumulator.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type PerceptionCollectable.PerceptionAccumulator Modifier and Type Method Description <C, I> C
AbstractPerceptionReiterable. collect(java.util.function.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(java.util.function.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
SortedSetPerceptionIterable. collect(java.util.function.Supplier<I> identity, PerceptionCollectable.PerceptionAccumulator<? super LaneBasedGTU,I> accumulator, PerceptionCollectable.PerceptionFinalizer<C,I> finalizer)
Deprecated.Collect the underlying objects in to a perceived result. -
Uses of PerceptionCollectable.PerceptionAccumulator in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return PerceptionCollectable.PerceptionAccumulator Modifier and Type Method Description PerceptionCollectable.PerceptionAccumulator<GTU,AnticipationDensity.CountAndDistance>
AnticipationDensity. getAccumulator()
Returns the accumulator.PerceptionCollectable.PerceptionAccumulator<LaneBasedGTU,AnticipationSpeed.SpeedSet>
AnticipationSpeed. getAccumulator()
Returns the accumulator. -
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.PerceptionAccumulator Modifier and Type Method Description PerceptionCollectable.PerceptionAccumulator<LaneBasedGTU,Duration>
TaskHeadwayCollector. getAccumulator()
Returns the accumulator.