Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.PerceptionCollector
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.PerceptionCollector in org.opentrafficsim.road.gtu.lane.perception
Modifier and TypeMethodDescriptiondefault <C,
I> C PerceptionCollectable.collect
(PerceptionCollectable.PerceptionCollector<C, ? super U, I> collector) Collect the underlying objects in to a perceived result. -
Uses of PerceptionCollectable.PerceptionCollector in org.opentrafficsim.road.gtu.lane.perception.categories
Modifier and TypeClassDescriptionclass
Collector to determine density based on GTUs.class
Collector of leaders which derives an set of anticipation speeds from a lane. -
Uses of PerceptionCollectable.PerceptionCollector in org.opentrafficsim.road.gtu.lane.perception.categories.neighbors
Modifier and TypeClassDescriptionclass
Simple collector implementation to obtain time headway.