Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.mental.Task
Package
Description
Mental mechanisms are a part of perception.
Package for the Stochastic Distraction Model by and in cooperation with Manuel Lindorfer (manuel.lindorfer@fh-ooe.at).
-
Uses of Task in org.opentrafficsim.road.gtu.lane.perception.mental
Modifier and TypeClassDescriptionclass
Has id, task demand and anticipation reliance as internal variables.class
Class for constant demand.class
Class for exponential demand.class
Task demand for car-following.class
Task class that translates a (composite) headway in to a task demand.class
Lane changing task based on car-following (as gap-acceptance proxy), and an underlying consideration to include adjacent lanes.class
Task-demand for road-side distraction.Modifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableSet<Task>
Fuller.getTasks()
Returns the tasks.Modifier and TypeMethodDescriptionvoid
Adds a task.void
Fuller.removeTask
(Task task) Removes a task.Modifier and TypeMethodDescriptionvoid
TaskManager.manage
(Set<Task> tasks, LanePerception perception, LaneBasedGtu gtu, org.opentrafficsim.base.parameters.Parameters parameters) Manage tasks.void
TaskManager.SummativeTaskManager.manage
(Set<Task> tasks, LanePerception perception, LaneBasedGtu gtu, org.opentrafficsim.base.parameters.Parameters parameters) Manage tasks.ModifierConstructorDescriptionFuller
(Set<? extends Task> tasks, Set<Fuller.BehavioralAdaptation> behavioralAdapatations) Constructor with custom situational awareness.Fuller
(Set<? extends Task> tasks, Set<Fuller.BehavioralAdaptation> behavioralAdapatations, TaskManager taskManager) Constructor with custom situational awareness. -
Uses of Task in org.opentrafficsim.road.gtu.lane.perception.mental.sdm
Modifier and TypeMethodDescriptionfinal Task
Distraction.getTask
(LaneBasedGtu gtu) Returns a task for the given GTU.TaskSupplier.Constant.getTask
(LaneBasedGtu gtu) Returns a task for the given GTU.TaskSupplier.getTask
(LaneBasedGtu gtu) Returns a task for the given GTU.Modifier and TypeMethodDescriptionvoid
StochasticDistractionModel.stopDistraction
(LaneBasedGtu gtu, Task task) Stops a distraction task.