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.PerceptionFinalizer<C,I> |
PerceptionCollectable.PerceptionCollector.getFinalizer()
Returns the finalizer.
|
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.PerceptionFinalizer<AnticipationSpeed.SpeedSet,AnticipationSpeed.SpeedSet> |
AnticipationSpeed.getFinalizer()
Returns the finalizer.
|
PerceptionCollectable.PerceptionFinalizer<LinearDensity,AnticipationDensity.CountAndDistance> |
AnticipationDensity.getFinalizer()
Returns the finalizer.
|
Modifier and Type | Method and Description |
---|---|
PerceptionCollectable.PerceptionFinalizer<Duration,Duration> |
TaskHeadwayBased.TaskHeadwayCollector.getFinalizer()
Returns the finalizer.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.