Uses of Enum Class
edu.wisc.game.tools.MwByHuman.PrecMode
Packages that use MwByHuman.PrecMode
- 
Uses of MwByHuman.PrecMode in edu.wisc.game.mathMethods in edu.wisc.game.math with parameters of type MwByHuman.PrecModeModifier and TypeMethodDescriptionstatic Comparandum[][]Comparandum.mkHumanComparanda(MwByHuman.MwSeries[] res, MwByHuman.PrecMode precMode, boolean useMDagger) Creates a list of comparanda for a number of rule sets.
- 
Uses of MwByHuman.PrecMode in edu.wisc.game.toolsMethods in edu.wisc.game.tools that return MwByHuman.PrecModeModifier and TypeMethodDescriptionstatic MwByHuman.PrecModeReturns the enum constant of this class with the specified name.static MwByHuman.PrecMode[]MwByHuman.PrecMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.game.tools with parameters of type MwByHuman.PrecModeModifier and TypeMethodDescriptionMwByHuman.MwSeries.getKey(MwByHuman.PrecMode mode) The 'key' (what comparandum, if any, this series belongs to) depends on the modeConstructors in edu.wisc.game.tools with parameters of type MwByHuman.PrecModeModifierConstructorDescriptionMwByHuman(MwByHuman.PrecMode _precMode, int _targetStreak, double _targetR, double _defaultMStar, Fmter _fm)