Uses of Class
org.corpus_tools.pepper.core.DocumentBus
-
Packages that use DocumentBus Package Description org.corpus_tools.pepper.core org.corpus_tools.pepper.modules -
-
Uses of DocumentBus in org.corpus_tools.pepper.core
Subclasses of DocumentBus in org.corpus_tools.pepper.core Modifier and Type Class Description classInitialDocumentBusTODO make docuclassTerminalDocumentBusTODO make docuFields in org.corpus_tools.pepper.core with type parameters of type DocumentBus Modifier and Type Field Description protected List<DocumentBus>PepperJobImpl. documentBusesA list of all buses between theModuleControllerImplobjectsprotected List<DocumentBus>PepperJobImpl. initialDocumentBusesall documentBusses which are connected withPepperImportermodulesMethods in org.corpus_tools.pepper.core that return DocumentBus Modifier and Type Method Description DocumentBusModuleControllerImpl. getInputDocumentBus()TheDocumentBusobject working as input for thisModuleControllerImpl.DocumentBusModuleControllerImpl. getOutputDocumentBus()All documents which were consumed by thePepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned.Methods in org.corpus_tools.pepper.core that return types with arguments of type DocumentBus Modifier and Type Method Description protected List<DocumentBus>PepperJobImpl. getDocumentBuses()Methods in org.corpus_tools.pepper.core with parameters of type DocumentBus Modifier and Type Method Description voidModuleControllerImpl. setInputDocumentBus(DocumentBus inputDocumentBus)TheDocumentBusobject working as input for thisModuleControllerImpl.voidModuleControllerImpl. setOutputDocumentBus(DocumentBus outputDocumentBus)All documents which were consumed by thePepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned. -
Uses of DocumentBus in org.corpus_tools.pepper.modules
Methods in org.corpus_tools.pepper.modules that return DocumentBus Modifier and Type Method Description DocumentBusModuleController. getInputDocumentBus()TheDocumentBusobject working as input for thisModuleControllerImpl.DocumentBusModuleController. getOutputDocumentBus()All documents which were consumed by thePepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned.Methods in org.corpus_tools.pepper.modules with parameters of type DocumentBus Modifier and Type Method Description voidModuleController. setInputDocumentBus(DocumentBus inputDocumentBus)TheDocumentBusobject working as input for thisModuleControllerImpl.voidModuleController. setOutputDocumentBus(DocumentBus outputDocumentBus)All documents which were consumed by thePepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned.
-