| Package | Description |
|---|---|
| org.corpus_tools.pepper.core | |
| org.corpus_tools.pepper.modules |
| Modifier and Type | Class and Description |
|---|---|
class |
InitialDocumentBus
TODO make docu
|
class |
TerminalDocumentBus
TODO make docu
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentBus> |
PepperJobImpl.documentBuses
A list of all buses between the
ModuleControllerImpl objects |
protected List<DocumentBus> |
PepperJobImpl.initialDocumentBuses
all documentBusses which are connected with
PepperImporter modules |
| Modifier and Type | Method and Description |
|---|---|
DocumentBus |
ModuleControllerImpl.getInputDocumentBus()
The
DocumentBus object working as input for this
ModuleControllerImpl. |
DocumentBus |
ModuleControllerImpl.getOutputDocumentBus()
All documents which were consumed by the
PepperModule contained
in this object are set to this output bus, regarding the status, the
PepperModule returned. |
| Modifier and Type | Method and Description |
|---|---|
protected List<DocumentBus> |
PepperJobImpl.getDocumentBuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleControllerImpl.setInputDocumentBus(DocumentBus inputDocumentBus)
The
DocumentBus object working as input for this
ModuleControllerImpl. |
void |
ModuleControllerImpl.setOutputDocumentBus(DocumentBus outputDocumentBus)
All documents which were consumed by the
PepperModule contained
in this object are set to this output bus, regarding the status, the
PepperModule returned. |
| Modifier and Type | Method and Description |
|---|---|
DocumentBus |
ModuleController.getInputDocumentBus()
The
DocumentBus object working as input for this
ModuleControllerImpl. |
DocumentBus |
ModuleController.getOutputDocumentBus()
All documents which were consumed by the
PepperModule contained
in this object are set to this output bus, regarding the status, the
PepperModule returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleController.setInputDocumentBus(DocumentBus inputDocumentBus)
The
DocumentBus object working as input for this
ModuleControllerImpl. |
void |
ModuleController.setOutputDocumentBus(DocumentBus outputDocumentBus)
All documents which were consumed by the
PepperModule contained
in this object are set to this output bus, regarding the status, the
PepperModule returned. |
Copyright © 2009–2021 Humboldt-Universität zu Berlin, INRIA. All rights reserved.