Uses of Interface
org.corpus_tools.pepper.modules.ModuleController
-
Packages that use ModuleController Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of ModuleController in org.corpus_tools.pepper.core
Classes in org.corpus_tools.pepper.core that implement ModuleController Modifier and Type Class Description classModuleControllerImplAn object of this types contains aPepperModuleand handles as a connector between such an object and the Pepper framework.Fields in org.corpus_tools.pepper.core declared as ModuleController Modifier and Type Field Description protected ModuleControllerDocumentControllerImpl. currentModuleControllerstores the currently active document controllerMethods in org.corpus_tools.pepper.core that return ModuleController Modifier and Type Method Description ModuleControllerDocumentControllerImpl. getCurrentModuleController()Returns the module controller, which is currently processing this document.Methods in org.corpus_tools.pepper.core with parameters of type ModuleController Modifier and Type Method Description voidDocumentControllerImpl. updateStatus(ModuleController moduleController, DOCUMENT_STATUS status)Updates the status of a specified of containedSDocumentobject corresponding to theModuleControllerImplmatching to the passed id. -
Uses of ModuleController in org.corpus_tools.pepper.impl
Fields in org.corpus_tools.pepper.impl declared as ModuleController Modifier and Type Field Description protected ModuleControllerPepperModuleImpl. moduleControllerthe controller object, which acts as bridge between Pepper framework and Pepper module.Methods in org.corpus_tools.pepper.impl that return ModuleController Modifier and Type Method Description ModuleControllerPepperModuleImpl. getModuleController()Returns the container and controller object for the current module.Methods in org.corpus_tools.pepper.impl with parameters of type ModuleController Modifier and Type Method Description voidPepperModuleImpl. setPepperModuleController(ModuleController newModuleController)Sets the container and controller object for the current module.voidPepperModuleImpl. setPepperModuleController_basic(ModuleController newModuleController)Sets the container and controller object for the current module. -
Uses of ModuleController in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return ModuleController Modifier and Type Method Description ModuleControllerDocumentController. getCurrentModuleController()Returns the module controller, which is currently processing this document.ModuleControllerPepperModule. getModuleController()Returns the container and controller object for the current module.Methods in org.corpus_tools.pepper.modules with parameters of type ModuleController Modifier and Type Method Description voidPepperModule. setPepperModuleController(ModuleController value)Sets the container and controller object for the current module.voidPepperModule. setPepperModuleController_basic(ModuleController value)Sets the container and controller object for the current module.voidDocumentController. updateStatus(ModuleController moduleController, DOCUMENT_STATUS status)Updates the status of a specified of containedSDocumentobject corresponding to theModuleControllerImplmatching to the passed id.
-