| Package | Description |
|---|---|
| org.corpus_tools.pepper.impl | |
| org.corpus_tools.pepper.modules |
| Modifier and Type | Class and Description |
|---|---|
class |
PepperMapperControllerImpl
The class
PepperMapperControllerImpl is a communicator class between
a PepperModule and a PepperMapper object. |
| Modifier and Type | Field and Description |
|---|---|
protected PepperMapperController |
PepperMapperImpl.controller |
| Modifier and Type | Method and Description |
|---|---|
PepperMapperController |
PepperMapperImpl.getPepperMapperController()
Returns the controller of this mapper, to grant n access to Pepper via
the controller.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,PepperMapperController> |
PepperModuleImpl.getMapperControllers()
Returns a threadsafe map of all
PepperMapperController objects which are connected
with a started PepperMapper corresponding to their |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModuleImpl.done(PepperMapperController controller)
This method is called by a
PepperMapperController object to
notify the PepperModule object, that the mapping is done. |
void |
PepperMapperImpl.setPepperMapperController(PepperMapperController controller)
Sets the controller of this mapper, to grant n access to Pepper via the
controller.
|
| Modifier and Type | Method and Description |
|---|---|
PepperMapperController |
PepperMapper.getPepperMapperController()
Returns the controller of this mapper, to grant n access to Pepper via
the controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModule.done(PepperMapperController controller)
This method is called by a
PepperMapperController object to
notify the PepperModule object, that the mapping is done. |
void |
PepperMapper.setPepperMapperController(PepperMapperController controller)
Sets the controller of this mapper, to grant n access to Pepper via the
controller.
|
Copyright © 2009–2021 Humboldt-Universität zu Berlin, INRIA. All rights reserved.