Class AdaptationSituationalAwareness

  • All Implemented Interfaces:
    Fuller.BehavioralAdaptation

    public class AdaptationSituationalAwareness
    extends Object
    implements Fuller.BehavioralAdaptation
    Behavioral adaptation which sets parameters for situational awareness and reaction time.
          / SA_MAX,                                                                         taskSaturation < TS_CRIT
     SA = | SA_MAX - (SA_MAX - SA_MIN) * (taskSaturation - TS_CRIT) / (TS_MAX - TS_CRIT),   TS_CRIT <= taskSaturation < TS_MAX 
          \ SA_MIN,                                                                         taskSaturation >= TS_MAX
     
     TR = (S_MAX - SA) * TR_MAX
     

    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 5 apr. 2018
    Author:
    Alexander Verbraeck, Peter Knoppers, Wouter Schakel
    • Constructor Detail

      • AdaptationSituationalAwareness

        public AdaptationSituationalAwareness()