Uses of Class
org.opentrafficsim.road.gtu.perception.mental.sdm.Distraction
Packages that use Distraction
Package
Description
Package for the Stochastic Distraction Model by and in cooperation with Manuel Lindorfer (manuel.lindorfer@fh-ooe.at).
-
Uses of Distraction in org.opentrafficsim.road.gtu.perception.mental.sdm
Methods in org.opentrafficsim.road.gtu.perception.mental.sdm that return types with arguments of type DistractionMethods in org.opentrafficsim.road.gtu.perception.mental.sdm with parameters of type DistractionModifier and TypeMethodDescriptionvoidStochasticDistractionModel.startDistraction(LaneBasedGtu gtu, Distraction distraction, boolean scheduleNext) Start a distraction.Constructor parameters in org.opentrafficsim.road.gtu.perception.mental.sdm with type arguments of type DistractionModifierConstructorDescriptionStochasticDistractionModel(boolean allowMultiTasking, List<Distraction> distractions, RoadNetwork network, Set<GtuType> gtuTypes) Constructor.