Class HeadwayBusStop

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Headway>, Identifiable, PerceivedObject, Headway, HeadwayLaneBasedObject

public class HeadwayBusStop
extends AbstractHeadwayLaneBasedObject

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

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version 27 jan. 2017
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
Serialized Form
  • Constructor Details

    • HeadwayBusStop

      public HeadwayBusStop​(BusStop busStop, Length distance, RelativeLane relativeLane, java.util.Set<java.lang.String> conflictIds, Lane lane) throws GTUException
      Parameters:
      busStop - BusStop; bus stop
      distance - Length; distance
      relativeLane - RelativeLane; relative lane
      conflictIds - Set<String>; conflicts downstream of the bus stop
      lane - Lane; lane
      Throws:
      GTUException - when id is null, or parameters are inconsistent
  • Method Details