Uses of Class
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.Intermediate
-
Packages that use PerceptionCollectable.Intermediate Package Description org.opentrafficsim.road.gtu.lane.perception Implementation of lane-based perception for the GTU. -
-
Uses of PerceptionCollectable.Intermediate in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return PerceptionCollectable.Intermediate Modifier and Type Method Description PerceptionCollectable.Intermediate<I>
PerceptionCollectable.PerceptionAccumulator. accumulate(PerceptionCollectable.Intermediate<I> intermediate, U object, Length distance)
Accumulate the next object to intermediate result.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type PerceptionCollectable.Intermediate Modifier and Type Method Description PerceptionCollectable.Intermediate<I>
PerceptionCollectable.PerceptionAccumulator. accumulate(PerceptionCollectable.Intermediate<I> intermediate, U object, Length distance)
Accumulate the next object to intermediate result.
-