Class MultiLanePerceptionIterable<H extends Headway,U>

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

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

Copyright (c) 2013-2023 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
  • Constructor Details

    • MultiLanePerceptionIterable

      public MultiLanePerceptionIterable(LaneBasedGtu perceivingGtu)
      Constructor.
      Parameters:
      perceivingGtu - LaneBasedGtu; perceiving GTU
  • Method Details