Class HeadwayGtuPerceived

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

public class HeadwayGtuPerceived extends HeadwayGtuRealCopy

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

    • HeadwayGtuPerceived

      public HeadwayGtuPerceived(LaneBasedGtu gtu, org.djunits.value.vdouble.scalar.Length distance, org.djunits.value.vdouble.scalar.Speed speed, org.djunits.value.vdouble.scalar.Acceleration acceleration) throws GtuException
      Parameters:
      gtu - LaneBasedGtu; gtu
      distance - Length; distance
      speed - Speed; speed
      acceleration - Acceleration; acceleration
      Throws:
      GtuException - ...
    • HeadwayGtuPerceived

      public HeadwayGtuPerceived(LaneBasedGtu gtu, org.djunits.value.vdouble.scalar.Length overlapFront, org.djunits.value.vdouble.scalar.Length overlap, org.djunits.value.vdouble.scalar.Length overlapRear, org.djunits.value.vdouble.scalar.Speed speed, org.djunits.value.vdouble.scalar.Acceleration acceleration) throws GtuException
      Parameters:
      gtu - LaneBasedGtu; gtu
      overlapFront - Length; the overlap over the front of the GTU
      overlap - Length; ???
      overlapRear - Length; the overlap over the rear of the GTU
      speed - Speed; speed
      acceleration - Acceleration; acceleration
      Throws:
      GtuException - ...