Uses of Class
org.corpus_tools.pepper.common.ModuleFitness.Fitness
-
Packages that use ModuleFitness.Fitness Package Description org.corpus_tools.pepper.common -
-
Uses of ModuleFitness.Fitness in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return ModuleFitness.Fitness Modifier and Type Method Description ModuleFitness.FitnessModuleFitness. getOverallFitness()Returns a combined fitness value representing all single values.static ModuleFitness.FitnessModuleFitness.Fitness. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleFitness.Fitness[]ModuleFitness.Fitness. values()Returns an array containing the constants of this enum type, in the order they are declared.
-