Uses of Class
org.opentrafficsim.road.gtu.perception.mental.AbstractTask
Packages that use AbstractTask
Package
Description
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 AbstractTask in org.opentrafficsim.road.gtu.perception.mental.ar
Subclasses of AbstractTask in org.opentrafficsim.road.gtu.perception.mental.arModifier 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 AbstractTask in org.opentrafficsim.road.gtu.perception.mental.channel
Subclasses of AbstractTask in org.opentrafficsim.road.gtu.perception.mental.channelModifier and TypeClassDescriptionclassTask demand for acceleration from stand-still or low speeds.classTask demand for car-following.classConstant task demand.final classTask demand for potential cut-in or cooperation.classTask demand due to intersection, including conflicts.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.