Uses of Class
edu.wisc.game.tools.MwByHuman.PrecMode
Package | Description |
---|---|
edu.wisc.game.math | |
edu.wisc.game.tools |
-
Uses of MwByHuman.PrecMode in edu.wisc.game.math
Methods in edu.wisc.game.math with parameters of type MwByHuman.PrecMode Modifier and Type Method Description static 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.tools
Methods in edu.wisc.game.tools that return MwByHuman.PrecMode Modifier and Type Method Description static MwByHuman.PrecMode
MwByHuman.PrecMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MwByHuman.PrecMode[]
MwByHuman.PrecMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.game.tools with parameters of type MwByHuman.PrecMode Modifier and Type Method Description String
MwByHuman.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.PrecMode Constructor Description MwByHuman(MwByHuman.PrecMode _precMode, int _targetStreak, double _defaultMStar, Fmter _fm)