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 TypeClassDescriptionclassHas id, task demand and anticipation reliance as internal variables.classClass for constant demand.classClass for exponential demand.classTask demand for car-following.classTask class that translates a (composite) headway in to a task demand.classLane changing task based on car-following (as gap-acceptance proxy), and an underlying consideration to include adjacent lanes.classTask-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 TypeMethodDescriptionvoidAdds a task.voidFuller.removeTask(Task task) Removes a task.Method parameters in org.opentrafficsim.road.gtu.lane.perception.mental with type arguments of type TaskModifier and TypeMethodDescriptionvoidTaskManager.manage(Set<Task> tasks, LanePerception perception, LaneBasedGtu gtu, org.opentrafficsim.base.parameters.Parameters parameters) Manage tasks.voidTaskManager.SummativeTaskManager.manage(Set<Task> tasks, LanePerception perception, LaneBasedGtu gtu, org.opentrafficsim.base.parameters.Parameters parameters) Manage tasks.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 TaskDistraction.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.Methods in org.opentrafficsim.road.gtu.lane.perception.mental.sdm with parameters of type TaskModifier and TypeMethodDescriptionvoidStochasticDistractionModel.stopDistraction(LaneBasedGtu gtu, Task task) Stops a distraction task.