Uses of Class
org.corpus_tools.pepper.common.ModuleFitness
-
Packages that use ModuleFitness Package Description org.corpus_tools.pepper.common org.corpus_tools.pepper.core org.corpus_tools.pepper.testFramework org.corpus_tools.pepper.testFramework.helpers -
-
Uses of ModuleFitness in org.corpus_tools.pepper.common
Methods in org.corpus_tools.pepper.common that return ModuleFitness Modifier and Type Method Description ModuleFitnessModuleFitness.ModuleFitnessBuilder. build()Methods in org.corpus_tools.pepper.common that return types with arguments of type ModuleFitness Modifier and Type Method Description Collection<ModuleFitness>Pepper. checkFitness()Checks the fitness of each registered Pepper module. -
Uses of ModuleFitness in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return ModuleFitness Modifier and Type Method Description ModuleFitnessModuleFitnessChecker. checkFitness(PepperModule module)Returns aModuleFitnessvalue for specifiedPepperModule.ModuleFitnessModuleFitnessChecker. checkHealth(PepperModule module)Returns aModuleFitnessvalue for specifiedPepperModule.ModuleFitnessModuleFitnessChecker. selfTest(PepperModule pepperModule)When the specified module provides a self test, the fitness featureModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran.protected ModuleFitnessModuleFitnessChecker. selfTest(PepperModule pepperModule, ModuleFitness moduleFitness)When the specified module provides a self test, the fitness featureModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran.protected ModuleFitnessModuleFitnessChecker. selfTest(PepperModule pepperModule, ModuleFitness moduleFitness, SelfTestDesc selfTestDesc)When the specified module provides a self test, the fitness featureModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran.Methods in org.corpus_tools.pepper.core that return types with arguments of type ModuleFitness Modifier and Type Method Description List<ModuleFitness>ModuleFitnessChecker. checkFitness(Collection<PepperModule> modules)Returns aModuleFitnessvalue for eachPepperModulein specified list.Collection<ModuleFitness>PepperImpl. checkFitness()List<ModuleFitness>ModuleFitnessChecker. checkHealth(Collection<PepperModule> modules)Returns aModuleFitnessvalue for eachPepperModulein specified list.Methods in org.corpus_tools.pepper.core with parameters of type ModuleFitness Modifier and Type Method Description protected ModuleFitnessModuleFitnessChecker. selfTest(PepperModule pepperModule, ModuleFitness moduleFitness)When the specified module provides a self test, the fitness featureModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran.protected ModuleFitnessModuleFitnessChecker. selfTest(PepperModule pepperModule, ModuleFitness moduleFitness, SelfTestDesc selfTestDesc)When the specified module provides a self test, the fitness featureModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran. -
Uses of ModuleFitness in org.corpus_tools.pepper.testFramework
Methods in org.corpus_tools.pepper.testFramework with parameters of type ModuleFitness Modifier and Type Method Description voidPepperExporterTest. checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness fitness)voidPepperImporterTest. checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness fitness)voidPepperManipulatorTest. checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness fitness) -
Uses of ModuleFitness in org.corpus_tools.pepper.testFramework.helpers
Methods in org.corpus_tools.pepper.testFramework.helpers that return ModuleFitness Modifier and Type Method Description protected ModuleFitnessPepperModuleTest. runSelfTest()Methods in org.corpus_tools.pepper.testFramework.helpers with parameters of type ModuleFitness Modifier and Type Method Description protected abstract voidPepperModuleTest. checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness fitness)
-