Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionIterable
-
Packages that use AbstractPerceptionIterable Package Description org.opentrafficsim.road.gtu.lane.perception Implementation of lane-based perception for the GTU. -
-
Uses of AbstractPerceptionIterable in org.opentrafficsim.road.gtu.lane.perception
Subclasses of AbstractPerceptionIterable in org.opentrafficsim.road.gtu.lane.perception Modifier and Type Class Description class
DownstreamNeighborsIterable
Iterable to find downstream GTU's.
The behavior of this search is slightly altered usingboolean ignoreIfUpstream
.class
LaneBasedObjectIterable<H extends Headway,L extends LaneBasedObject>
Iterable that searches downstream or upstream for a certain type of lane based object.class
UpstreamNeighborsIterable
Iterable to find upstream GTU's.
-