Uses of Class
edu.wisc.game.tools.MwSeries
-
Packages that use MwSeries Package Description edu.wisc.game.math edu.wisc.game.tools -
-
Uses of MwSeries in edu.wisc.game.math
Methods in edu.wisc.game.math with parameters of type MwSeries Modifier and Type Method Description static Comparandum[][]
Comparandum. mkHumanComparanda(MwSeries[] res, MwByHuman.PrecMode precMode, boolean useMDagger)
Creates a list of comparanda for a number of rule sets. -
Uses of MwSeries in edu.wisc.game.tools
Fields in edu.wisc.game.tools with type parameters of type MwSeries Modifier and Type Field Description Vector<MwSeries>
MwByHuman. savedMws
Info about each episode gets added hereMethod parameters in edu.wisc.game.tools with type arguments of type MwSeries Modifier and Type Method Description static void
MwSeries. readFromFile(File f, Vector<MwSeries> into)
Reads a CSV file with MwSeries entries.
-