Uses of Interface
org.corpus_tools.pepper.modules.PepperModule
-
-
Uses of PepperModule in org.corpus_tools.pepper.core
Fields in org.corpus_tools.pepper.core declared as PepperModule Modifier and Type Field Description protected PepperModuleModuleControllerImpl. pepperModuleThePepperModuleobject, this controller object is observing.Methods in org.corpus_tools.pepper.core that return PepperModule Modifier and Type Method Description PepperModuleModuleControllerImpl. getPepperModule()Returns thePepperModuleobject, this controller object is observing.PepperModuleModuleResolver. getPepperModule(StepDesc stepDesc)Returns aPepperModuleobject matching to the givenStepDesc.PepperModuleModuleResolverImpl. getPepperModule(StepDesc stepDesc)Returns aPepperModuleobject matching to the givenStepDesc.Methods in org.corpus_tools.pepper.core with parameters of type PepperModule Modifier and Type Method Description ModuleFitnessModuleFitnessChecker. checkFitness(PepperModule module)Returns aModuleFitnessvalue for specifiedPepperModule.ModuleFitnessModuleFitnessChecker. checkHealth(PepperModule module)Returns aModuleFitnessvalue for specifiedPepperModule.protected StringModuleResolverImpl. retrieveResourcePathFromBundle(PepperModule module)Retrieves the path, where the bundle is located and extracts the path, where resources are estimatedModuleFitnessModuleFitnessChecker. 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.voidModuleControllerImpl. setPepperModule(PepperModule newPepperModule)Sets thePepperModuleobject, this controller object is observing.voidStep. setPepperModule(PepperModule pepperModule)Creates aModuleControllerImplobject as container for the passedPepperModuleobject.voidModuleControllerImpl. setPepperModule_basic(PepperModule newPepperModule)Sets thePepperModuleobject, this controller object is observing.protected voidModuleResolverImpl. setResources(PepperModule module)Sets resources to a given PepperModule-object.protected voidModuleResolverImpl. setTemporaries(PepperModule module, int number)Sets a temporary folder for eachPepperModuleto store temporary files if necessary.Method parameters in org.corpus_tools.pepper.core with type arguments of type PepperModule Modifier and Type Method Description List<ModuleFitness>ModuleFitnessChecker. checkFitness(Collection<PepperModule> modules)Returns aModuleFitnessvalue for eachPepperModulein specified list.List<ModuleFitness>ModuleFitnessChecker. checkHealth(Collection<PepperModule> modules)Returns aModuleFitnessvalue for eachPepperModulein specified list. -
Uses of PepperModule in org.corpus_tools.pepper.impl
Classes in org.corpus_tools.pepper.impl that implement PepperModule Modifier and Type Class Description classPepperExporterImplThis class is an abstract implementation ofPepperExporterand cannot be instantiated directly.classPepperImporterImplAn importer in Pepper reads data from a format A and maps its data to a Salt model.classPepperManipulatorImplThis class is an abstract implementation ofPepperManipulatorand cannot be instantiated directly.classPepperModuleImplTODO make docuFields in org.corpus_tools.pepper.impl declared as PepperModule Modifier and Type Field Description protected PepperModulePepperMapperControllerImpl. pepperModulePepperModulecontaining this objectMethods in org.corpus_tools.pepper.impl that return PepperModule Modifier and Type Method Description PepperModuleBeforeAfterAction. getPepperModule()PepperModulePepperMapperControllerImpl. getPepperModule()ReturnsPepperModuleobject containing this objectMethods in org.corpus_tools.pepper.impl with parameters of type PepperModule Modifier and Type Method Description voidPepperMapperControllerImpl. setPepperModule(PepperModule pepperModule){@inheritDoc PepperMapperController#setPepperModule(PepperModule)}Constructors in org.corpus_tools.pepper.impl with parameters of type PepperModule Constructor Description BeforeAfterAction(PepperModule pepperModule)Initializes this object and in case an action should be performed, it sets the internalPepperModulewhich does the action, and the internalSCorpusGraphon which the action should be performed. -
Uses of PepperModule in org.corpus_tools.pepper.modules
Subinterfaces of PepperModule in org.corpus_tools.pepper.modules Modifier and Type Interface Description interfacePepperExporterA mapping task in the Pepper workflow is not a monolithic block.interfacePepperImporterA mapping task in the Pepper workflow is not a monolithic block.interfacePepperManipulatorA mapping task in the Pepper workflow is not a monolithic block.Methods in org.corpus_tools.pepper.modules that return PepperModule Modifier and Type Method Description PepperModuleModuleController. getPepperModule()Returns thePepperModuleobject, this controller object is observing.Methods in org.corpus_tools.pepper.modules with parameters of type PepperModule Modifier and Type Method Description voidModuleController. setPepperModule(PepperModule newPepperModule)Sets thePepperModuleobject, this controller object is observing.voidPepperMapperController. setPepperModule(PepperModule pepperModule)Sets thePepperModuleobject, which contains thePepperMapperControlleras a callback reference.voidModuleController. setPepperModule_basic(PepperModule newPepperModule)Sets thePepperModuleobject, this controller object is observing. -
Uses of PepperModule in org.corpus_tools.pepper.modules.coreModules
Classes in org.corpus_tools.pepper.modules.coreModules that implement PepperModule Modifier and Type Class Description classDoNothingExporterclassDoNothingImporterclassDoNothingManipulatorA dummy manipulator, which waves through all documents and corpora.classDOTExporterclassDOTManipulatorclassSaltValidatorThis class analyzes a Salt model and prints out a report about conflicts in the Salt model.classSaltXMLExporterThis is a PepperExporter which exports a salt model to the SaltXML format.classSaltXMLImporterThis is aPepperImporterwhich imports the SaltXML format into a salt model.classTextExporterThis is a PepperExporter which extracts and exports the primary text of a Salt model and stores it into a text file.classTextImporterMaps a file-structure to a corpus-structure and reads the contained txt files to map their content toSTextualDSobjects. -
Uses of PepperModule in org.corpus_tools.pepper.modules.exceptions
Constructors in org.corpus_tools.pepper.modules.exceptions with parameters of type PepperModule Constructor Description PepperModuleDataException(PepperModule pepperModule, String s)PepperModuleDataException(PepperModule pepperModule, String s, Throwable ex)PepperModuleException(PepperModule pepperModule, String s)PepperModuleException(PepperModule pepperModule, String s, Throwable ex)PepperModuleInternalException(PepperModule pepperModule, String s)PepperModuleInternalException(PepperModule pepperModule, String s, Throwable ex)PepperModuleTestException(PepperModule pepperModule, String s)PepperModuleTestException(PepperModule pepperModule, String s, Throwable ex) -
Uses of PepperModule in org.corpus_tools.pepper.testFramework
Methods in org.corpus_tools.pepper.testFramework with type parameters of type PepperModule Modifier and Type Method Description static <T extends PepperModule>
voidPepperTestUtil. runPepperForTest(T... fixtures)Methods in org.corpus_tools.pepper.testFramework with parameters of type PepperModule Modifier and Type Method Description static <T extends PepperModule>
voidPepperTestUtil. runPepperForTest(T... fixtures)Method parameters in org.corpus_tools.pepper.testFramework with type arguments of type PepperModule Modifier and Type Method Description static PepperJobPepperTestUtil. prepareFixturesAndCreateJob(Pepper pepper, Collection<? extends PepperModule> fixtures)static voidPepperTestUtil. start(Collection<? extends PepperModule> fixtures)This methods starts the processing of Pepper in the development environment for a set of Pepper modules.static voidPepperTestUtil. start(Pepper pepper, Collection<? extends PepperModule> fixtures) -
Uses of PepperModule in org.corpus_tools.pepper.testFramework.helpers
Fields in org.corpus_tools.pepper.testFramework.helpers declared as PepperModule Modifier and Type Field Description protected PepperModulePepperModuleTestHelper. fixtureMethods in org.corpus_tools.pepper.testFramework.helpers that return PepperModule Modifier and Type Method Description protected PepperModulePepperModuleTestHelper. getFixture()Returns the current fixture to test.Methods in org.corpus_tools.pepper.testFramework.helpers with parameters of type PepperModule Modifier and Type Method Description protected voidPepperImExporterTest. setFixture(PepperModule fixture)protected voidPepperModuleTestHelper. setFixture(PepperModule fixture)Sets the current fixture to test.
-