Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.PerceptionCollectable.PerceptionCollector
-
Packages that use PerceptionCollectable.PerceptionCollector 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.PerceptionCollector in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type PerceptionCollectable.PerceptionCollector Modifier and Type Method Description default <C,I>
CPerceptionCollectable. 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
Classes in org.opentrafficsim.road.gtu.lane.perception.categories that implement PerceptionCollectable.PerceptionCollector Modifier and Type Class Description class
AnticipationDensity
Collector to determine density based on GTUs.class
AnticipationSpeed
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
Classes in org.opentrafficsim.road.gtu.lane.perception.categories.neighbors that implement PerceptionCollectable.PerceptionCollector Modifier and Type Class Description class
TaskHeadwayCollector
Simple collector implementation to obtain time headway.
-