| Package | Description |
|---|---|
| org.corpus_tools.pepper.core | |
| org.corpus_tools.pepper.impl | |
| org.corpus_tools.pepper.modules |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleControllerImpl
An object of this types contains a
PepperModule and handles as a
connector between such an object and the Pepper framework. |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleController |
DocumentControllerImpl.currentModuleController
stores the currently active document controller
|
| Modifier and Type | Method and Description |
|---|---|
ModuleController |
DocumentControllerImpl.getCurrentModuleController()
Returns the module controller, which is currently processing this
document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentControllerImpl.updateStatus(ModuleController moduleController,
DOCUMENT_STATUS status)
Updates the status of a specified of contained
SDocument object
corresponding to the ModuleControllerImpl matching to the passed
id. |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleController |
PepperModuleImpl.moduleController
the controller object, which acts as bridge between Pepper framework and Pepper module.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleController |
PepperModuleImpl.getModuleController()
Returns the container and controller object for the current module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModuleImpl.setPepperModuleController_basic(ModuleController newModuleController)
Sets the container and controller object for the current module.
|
void |
PepperModuleImpl.setPepperModuleController(ModuleController newModuleController)
Sets the container and controller object for the current module.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleController |
DocumentController.getCurrentModuleController()
Returns the module controller, which is currently processing this
document.
|
ModuleController |
PepperModule.getModuleController()
Returns the container and controller object for the current module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModule.setPepperModuleController_basic(ModuleController value)
Sets the container and controller object for the current module.
|
void |
PepperModule.setPepperModuleController(ModuleController value)
Sets the container and controller object for the current module.
|
void |
DocumentController.updateStatus(ModuleController moduleController,
DOCUMENT_STATUS status)
Updates the status of a specified of contained
SDocument object
corresponding to the ModuleControllerImpl matching to the passed
id. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.