Uses of Enum Class
org.opentrafficsim.road.gtu.perception.mental.sdm.DefaultDistraction
Packages that use DefaultDistraction
Package
Description
Package for the Stochastic Distraction Model by and in cooperation with Manuel Lindorfer (manuel.lindorfer@fh-ooe.at).
-
Uses of DefaultDistraction in org.opentrafficsim.road.gtu.perception.mental.sdm
Methods in org.opentrafficsim.road.gtu.perception.mental.sdm that return DefaultDistractionModifier and TypeMethodDescriptionstatic DefaultDistractionReturns a default distraction from the id.static DefaultDistractionReturns the enum constant of this class with the specified name.static DefaultDistraction[]DefaultDistraction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.road.gtu.perception.mental.sdm with parameters of type DefaultDistractionModifier and TypeMethodDescriptionDistractionFactory.addDistraction(DefaultDistraction defaultDistraction, double taskDemand) Adds a default distraction.