Class AdaptationHeadway

java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.AdaptationHeadway
All Implemented Interfaces:
Fuller.BehavioralAdaptation

public class AdaptationHeadway extends Object implements Fuller.BehavioralAdaptation
Behavioral adaptation which increases the desired headway to reduce task-demand.

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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.opentrafficsim.base.parameters.ParameterTypeDouble
    Parameter for desired headway scaling.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    adapt(org.opentrafficsim.base.parameters.Parameters parameters, double taskSaturation)
    Adapt to task saturation by changing parameter values.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BETA_T

      public static final org.opentrafficsim.base.parameters.ParameterTypeDouble BETA_T
      Parameter for desired headway scaling.
  • Constructor Details

    • AdaptationHeadway

      public AdaptationHeadway()
  • Method Details

    • adapt

      public void adapt(org.opentrafficsim.base.parameters.Parameters parameters, double taskSaturation) throws org.opentrafficsim.base.parameters.ParameterException
      Adapt to task saturation by changing parameter values.
      Specified by:
      adapt in interface Fuller.BehavioralAdaptation
      Parameters:
      parameters - Parameters; parameters
      taskSaturation - double; task saturation
      Throws:
      org.opentrafficsim.base.parameters.ParameterException - if a parameter is missing or out of bounds