Class MultiLanePerceptionIterable<P extends LaneBasedObject,H extends Headway,U>

java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionReiterable<P,H,U>
org.opentrafficsim.road.gtu.lane.perception.MultiLanePerceptionIterable<P,H,U>
Type Parameters:
P - perceiving object type
H - headway type
U - underlying headway type
All Implemented Interfaces:
Iterable<H>, PerceptionCollectable<H,U>, PerceptionIterable<H>

public class MultiLanePerceptionIterable<P extends LaneBasedObject,H extends Headway,U> extends AbstractPerceptionReiterable<P,H,U>
Iterable class to search over multiple lanes.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel