Class AdaptationSituationalAwareness

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

public class AdaptationSituationalAwareness
extends java.lang.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
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static ParameterTypeDouble SA
    Situational awareness.
    static ParameterTypeDouble SA_MAX
    Maximum situational awareness.
    static ParameterTypeDouble SA_MIN
    Minimum situational awareness.
    static ParameterTypeDuration TR_MAX
    Maximum reaction time at 0 situational awareness.
  • Constructor Summary

    Constructors 
    Constructor Description
    AdaptationSituationalAwareness()  
  • Method Summary

    Modifier and Type Method Description
    void adapt​(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