Uses of Interface
org.corpus_tools.pepper.modules.PepperMapperController
-
Packages that use PepperMapperController Package Description org.corpus_tools.pepper.impl org.corpus_tools.pepper.modules -
-
Uses of PepperMapperController in org.corpus_tools.pepper.impl
Classes in org.corpus_tools.pepper.impl that implement PepperMapperController Modifier and Type Class Description classPepperMapperControllerImplThe classPepperMapperControllerImplis a communicator class between aPepperModuleand aPepperMapperobject.Fields in org.corpus_tools.pepper.impl declared as PepperMapperController Modifier and Type Field Description protected PepperMapperControllerPepperMapperImpl. controllerMethods in org.corpus_tools.pepper.impl that return PepperMapperController Modifier and Type Method Description PepperMapperControllerPepperMapperImpl. getPepperMapperController()Returns the controller of this mapper, to grant n access to Pepper via the controller.Methods in org.corpus_tools.pepper.impl that return types with arguments of type PepperMapperController Modifier and Type Method Description protected Map<String,PepperMapperController>PepperModuleImpl. getMapperControllers()Returns a threadsafe map of allPepperMapperControllerobjects which are connected with a startedPepperMappercorresponding to theirMethods in org.corpus_tools.pepper.impl with parameters of type PepperMapperController Modifier and Type Method Description voidPepperModuleImpl. done(PepperMapperController controller)This method is called by aPepperMapperControllerobject to notify thePepperModuleobject, that the mapping is done.voidPepperMapperImpl. setPepperMapperController(PepperMapperController controller)Sets the controller of this mapper, to grant n access to Pepper via the controller. -
Uses of PepperMapperController in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return PepperMapperController Modifier and Type Method Description PepperMapperControllerPepperMapper. getPepperMapperController()Returns the controller of this mapper, to grant n access to Pepper via the controller.Methods in org.corpus_tools.pepper.modules with parameters of type PepperMapperController Modifier and Type Method Description voidPepperModule. done(PepperMapperController controller)This method is called by aPepperMapperControllerobject to notify thePepperModuleobject, that the mapping is done.voidPepperMapper. setPepperMapperController(PepperMapperController controller)Sets the controller of this mapper, to grant n access to Pepper via the controller.
-