public class Fuller extends Object implements Mental
Task
s. These take exogenous information to describe the workload in fundamental relations. Task demand is divided by
task capability to arrive at a task saturation. Task saturation is input to BehavioralAdaptation
s which alter
parameters describing personal traits, such as desired headway and desired speed. In this way, task demand is kept at an
equilibrium as described by Fuller.
A BehavioralAdaptation
may also determine what the level of situational awareness is, which includes determining
reaction time. Both situational awareness and reaction time parameters can be used in perception to model deteriorated
perception due to a task demand imbalance.
Fuller, R., Driver control theory: From task difficulty homeostasis to risk allostasis, in Handbook of Traffic Psychology. 2011. p. 13-26
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Class and Description |
---|---|
static interface |
Fuller.BehavioralAdaptation
Behavioral adaptation by changing parameter values.
|
static interface |
Fuller.Task
Interface for tasks, where each describes a fundamental relation between exogenous inputs causing a mental demand.
|
Modifier and Type | Field and Description |
---|---|
static ParameterTypeDouble |
TC
Task capability in nominal task capability units, i.e.
|
static ParameterTypeDouble |
TS
Task saturation.
|
static ParameterTypeDouble |
TS_CRIT
Critical task saturation.
|
static ParameterTypeDouble |
TS_MAX
Maximum task saturation, pertaining to maximum deterioration.
|
Constructor and Description |
---|
Fuller(Set<Fuller.Task> tasks,
Set<Fuller.BehavioralAdaptation> behavioralAdapatations)
Constructor with custom situational awareness.
|
Modifier and Type | Method and Description |
---|---|
void |
addTask(Fuller.Task task)
Adds a task.
|
void |
apply(LanePerception perception)
Apply mental model on perception.
|
void |
removeTask(Fuller.Task task)
Removes a task.
|
public static final ParameterTypeDouble TC
public static final ParameterTypeDouble TS_CRIT
public static final ParameterTypeDouble TS_MAX
public static final ParameterTypeDouble TS
public Fuller(Set<Fuller.Task> tasks, Set<Fuller.BehavioralAdaptation> behavioralAdapatations)
tasks
- Set<Task>; tasksbehavioralAdapatations
- Set<BehavioralAdaptation>; behavioralAdapatationspublic void addTask(Fuller.Task task)
task
- Task; task to addpublic void removeTask(Fuller.Task task)
task
- Task; task to removepublic void apply(LanePerception perception) throws ParameterException, GTUException
apply
in interface Mental
perception
- LanePerception; perceptionParameterException
- if a parameter is missing or out of boundsGTUException
- exceptions pertaining to the GTUCopyright © 2014–2018 Delft University of Technology. All rights reserved.