public class AdaptationSituationalAwareness extends Object implements Fuller.BehavioralAdaptation
/ 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-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and 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 and Description |
---|
AdaptationSituationalAwareness() |
Modifier and Type | Method and Description |
---|---|
void |
adapt(Parameters parameters,
double taskSaturation)
Adapt to task saturation by changing parameter values.
|
public static final ParameterTypeDouble SA
public static final ParameterTypeDouble SA_MIN
public static final ParameterTypeDouble SA_MAX
public static final ParameterTypeDuration TR_MAX
public void adapt(Parameters parameters, double taskSaturation) throws ParameterException
adapt
in interface Fuller.BehavioralAdaptation
parameters
- Parameters; parameterstaskSaturation
- double; task saturationParameterException
- if a parameter is missing or out of boundsCopyright © 2014–2019 Delft University of Technology. All rights reserved.