Uses of Interface
org.opentrafficsim.road.gtu.lane.perception.mental.Task
Packages that use Task
Package
Description
Mental mechanisms are a part of perception.
Mental implementation based on Anticipation Reliance as determined by a task manager.
Mental implementation based on an Attention Matrix, determining attention over different channels.
-
Uses of Task in org.opentrafficsim.road.gtu.lane.perception.mental
Classes in org.opentrafficsim.road.gtu.lane.perception.mental with type parameters of type TaskModifier and TypeClassDescriptionclassTask-capability interface in accordance to Fuller (2011).Classes in org.opentrafficsim.road.gtu.lane.perception.mental that implement TaskMethods in org.opentrafficsim.road.gtu.lane.perception.mental that return types with arguments of type TaskModifier and TypeMethodDescriptionabstract ImmutableSet<? extends Task>Fuller.getTasks()Returns the currently active tasks. -
Uses of Task in org.opentrafficsim.road.gtu.lane.perception.mental.ar
Subinterfaces of Task in org.opentrafficsim.road.gtu.lane.perception.mental.arModifier and TypeInterfaceDescriptioninterfaceInterface for tasks within in an Anticipation Reliance context where a task manager determines level of Anticipation Reliance and task demand.Classes in org.opentrafficsim.road.gtu.lane.perception.mental.ar that implement TaskModifier and TypeClassDescriptionclassHas id, task demand and anticipation reliance as internal variables.final classTask demand for car-following.final classCar-following task demand based on headway with exponential relationship.classClass for constant demand.classClass for exponential demand.classTask class that translates a (composite) headway in to a task demand.final classLane changing task based on car-following (as gap-acceptance proxy), and an underlying consideration to include adjacent lanes.final classLane change task demand depending on lane change desire.classTask-demand for road-side distraction. -
Uses of Task in org.opentrafficsim.road.gtu.lane.perception.mental.channel
Subinterfaces of Task in org.opentrafficsim.road.gtu.lane.perception.mental.channelModifier and TypeInterfaceDescriptioninterfaceTask in the context of a channel-based perception.Classes in org.opentrafficsim.road.gtu.lane.perception.mental.channel that implement TaskModifier and TypeClassDescriptionclassTask demand for acceleration from stand-still or low speeds.classTask demand for car-following.final classTask demand for a group of conflicts pertaining to the same conflicting road.classConstant task demand.final classTask demand for potential cut-in or cooperation.final classTask demand for lane changing left and right.classTask demand from local distraction.classChannel implementation of task due to road side distraction.classTask demand for scanning.classTask demand for signal (front: brake lights, left: right indicator, right: left indicator).classTask demand for social pressure.classTask demand for traffic lights.