Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.mental.Task
Packages that use 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
Classes in org.opentrafficsim.road.gtu.lane.perception.mental that implement TaskModifier 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.Methods in org.opentrafficsim.road.gtu.lane.perception.mental that return types with arguments of type TaskModifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableSet<Task>
Fuller.getTasks()
Returns the tasks.Methods in org.opentrafficsim.road.gtu.lane.perception.mental with parameters of type TaskModifier and TypeMethodDescriptionvoid
Adds a task.void
Fuller.removeTask
(Task task) Removes a task.Method parameters in org.opentrafficsim.road.gtu.lane.perception.mental with type arguments of type TaskModifier 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) Constructor parameters in org.opentrafficsim.road.gtu.lane.perception.mental with type arguments of type TaskModifierConstructorDescriptionFuller
(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
Methods in org.opentrafficsim.road.gtu.lane.perception.mental.sdm that return TaskModifier and TypeMethodDescriptionfinal Task
Distraction.getTask
(LaneBasedGtu gtu) Returns a task for the given GTU.TaskSupplier.Constant.getTask
(LaneBasedGtu gtu) TaskSupplier.getTask
(LaneBasedGtu gtu) Returns a task for the given GTU.Methods in org.opentrafficsim.road.gtu.lane.perception.mental.sdm with parameters of type TaskModifier and TypeMethodDescriptionvoid
StochasticDistractionModel.stopDistraction
(LaneBasedGtu gtu, Task task) Stops a distraction task.