| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.perception.mental | 
 Mental mechanisms are a part of perception. 
 | 
| org.opentrafficsim.road.gtu.lane.perception.mental.sdm | 
 Package for the Stochastic Distraction Model by and in cooperation with Manuel Lindorfer (manuel.lindorfer@fh-ooe.at). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Fuller.Task.Constant
Class for constant demand. 
 | 
class  | 
TaskCarFollowing
Task demand for car-following. 
 | 
class  | 
TaskHeadwayBased
Task class that translates a (composite) headway in to a task demand. 
 | 
class  | 
TaskLaneChanging
Lane changing task based on car-following (as gap-acceptance proxy), and an underlying consideration to include adjacent
 lanes. 
 | 
class  | 
TaskRoadSideDistraction
Task-demand for road-side distraction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Fuller.addTask(Fuller.Task task)
Adds a task. 
 | 
void | 
Fuller.removeTask(Fuller.Task task)
Removes a task. 
 | 
| Constructor and Description | 
|---|
Fuller(Set<Fuller.Task> tasks,
      Set<Fuller.BehavioralAdaptation> behavioralAdapatations)
Constructor with custom situational awareness. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Fuller.Task | 
TaskSupplier.getTask(LaneBasedGTU gtu)
Returns a task for the given GTU. 
 | 
Fuller.Task | 
TaskSupplier.Constant.getTask(LaneBasedGTU gtu)
Returns a task for the given GTU. 
 | 
Fuller.Task | 
Distraction.getTask(LaneBasedGTU gtu)
Returns a task for the given GTU. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StochasticDistractionModel.stopDistraction(LaneBasedGTU gtu,
               Fuller.Task task)
Stops a distraction task. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.