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 - gtu
      distance - distance
      speed - speed
      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 - gtu
      overlapFront - the overlap over the front of the GTU
      overlap - ???
      overlapRear - the overlap over the rear of the GTU
      speed - speed
      acceleration - acceleration
      Throws:
      GtuException - ...