| 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.mental | 
 Mental mechanisms are a part of perception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PerceptionCollectable.PerceptionAccumulator<U,I> | 
PerceptionCollectable.PerceptionCollector.getAccumulator()
Returns the accumulator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<C,I> C | 
SortedSetPerceptionIterable.collect(Supplier<I> identity,
       PerceptionCollectable.PerceptionAccumulator<? super LaneBasedGTU,I> accumulator,
       PerceptionCollectable.PerceptionFinalizer<C,I> finalizer)
Deprecated.  
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 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PerceptionCollectable.PerceptionAccumulator<LaneBasedGTU,AnticipationSpeed.SpeedSet> | 
AnticipationSpeed.getAccumulator()
Returns the accumulator. 
 | 
PerceptionCollectable.PerceptionAccumulator<GTU,AnticipationDensity.CountAndDistance> | 
AnticipationDensity.getAccumulator()
Returns the accumulator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PerceptionCollectable.PerceptionAccumulator<LaneBasedGTU,Duration> | 
TaskHeadwayBased.TaskHeadwayCollector.getAccumulator()
Returns the accumulator. 
 | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.