Uses of Class
org.corpus_tools.pepper.core.ModuleControllerImpl
-
Packages that use ModuleControllerImpl Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.modules -
-
Uses of ModuleControllerImpl in org.corpus_tools.pepper.core
Fields in org.corpus_tools.pepper.core with type parameters of type ModuleControllerImpl Modifier and Type Field Description protected List<ModuleControllerImpl>DocumentControllerImpl. moduleControllersA list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass.Methods in org.corpus_tools.pepper.core that return ModuleControllerImpl Modifier and Type Method Description ModuleControllerImplStep. getModuleController()TheModuleControllerImplobject which belongs to this step and acts as a bridge between Pepper and the Pepper module.Methods in org.corpus_tools.pepper.core that return types with arguments of type ModuleControllerImpl Modifier and Type Method Description List<ModuleControllerImpl>DocumentControllerImpl. getModuleControllers()Returns a list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass.Methods in org.corpus_tools.pepper.core with parameters of type ModuleControllerImpl Modifier and Type Method Description voidDocumentControllerImpl. addModuleControllers(ModuleControllerImpl moduleController)Adds a furtherModuleControllerImplto internal list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass. -
Uses of ModuleControllerImpl in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return types with arguments of type ModuleControllerImpl Modifier and Type Method Description List<ModuleControllerImpl>DocumentController. getModuleControllers()Returns a list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass.Methods in org.corpus_tools.pepper.modules with parameters of type ModuleControllerImpl Modifier and Type Method Description voidDocumentController. addModuleControllers(ModuleControllerImpl moduleController)Adds a furtherModuleControllerImplto internal list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass.
-