Class HeadwayStopLine

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

public final class HeadwayStopLine
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 Jun 30, 2016
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
Serialized Form
  • Constructor Details

    • HeadwayStopLine

      public HeadwayStopLine​(java.lang.String id, Length distance, Lane lane) throws GTUException
      Construct a new HeadwayStopLine.
      Parameters:
      id - String; the id of the object for comparison purposes, can not be null.
      distance - the distance to the other object; if this constructor is used, distance cannot be null.
      lane - Lane; lane
      Throws:
      GTUException - when id is null, or parameters are inconsistent
  • Method Details