All Implemented Interfaces:
Serializable, Comparable<Headway>, org.djutils.base.Identifiable, PerceivedObject, Headway, HeadwayLaneBasedObject

public final class HeadwayStopLine extends AbstractHeadwayLaneBasedObject

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
See Also:
  • Constructor Details

    • HeadwayStopLine

      public HeadwayStopLine(String id, org.djunits.value.vdouble.scalar.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