Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.mental.TaskManager
-
Packages that use TaskManager Package Description org.opentrafficsim.road.gtu.lane.perception.mental Mental mechanisms are a part of perception. -
-
Uses of TaskManager in org.opentrafficsim.road.gtu.lane.perception.mental
Classes in org.opentrafficsim.road.gtu.lane.perception.mental that implement TaskManager Modifier and Type Class Description static class
TaskManager.SummativeTaskManager
Manages a set of tasks without considering anticipation reliance.Constructors in org.opentrafficsim.road.gtu.lane.perception.mental with parameters of type TaskManager Constructor Description Fuller(Set<? extends Task> tasks, Set<Fuller.BehavioralAdaptation> behavioralAdapatations, TaskManager taskManager)
Constructor with custom situational awareness.
-