Uses of Class
org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Packages that use ModuleFitness.FitnessFeature Package Description org.corpus_tools.pepper.common -
-
Uses of ModuleFitness.FitnessFeature in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return ModuleFitness.FitnessFeature Modifier and Type Method Description static ModuleFitness.FitnessFeatureModuleFitness.FitnessFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static ModuleFitness.FitnessFeature[]ModuleFitness.FitnessFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.corpus_tools.pepper.common that return types with arguments of type ModuleFitness.FitnessFeature Modifier and Type Method Description static Collection<ModuleFitness.FitnessFeature>ModuleFitness.FitnessFeature. getFitnessFeatures()Returns the names of the fitness feature.static Collection<ModuleFitness.FitnessFeature>ModuleFitness.FitnessFeature. getHealthFeatures()Returns the names of the fitness features taking part at health test.Methods in org.corpus_tools.pepper.common with parameters of type ModuleFitness.FitnessFeature Modifier and Type Method Description ModuleFitness.ModuleFitnessBuilderModuleFitness.ModuleFitnessBuilder. addFitnessFeature(ModuleFitness.FitnessFeature feature, boolean fitness)BooleanModuleFitness. getFitness(ModuleFitness.FitnessFeature feature)voidModuleFitness. setFeature(ModuleFitness.FitnessFeature feature, boolean value)Sets the value to the specified feature.
-