| Modifier and Type | Field and Description |
|---|---|
protected PepperModule |
ModuleControllerImpl.pepperModule
The
PepperModule object, this controller object is observing. |
| Modifier and Type | Method and Description |
|---|---|
PepperModule |
ModuleControllerImpl.getPepperModule()
Returns the
PepperModule object, this controller object is
observing. |
PepperModule |
ModuleResolver.getPepperModule(StepDesc stepDesc)
Returns a
PepperModule object matching to the given
StepDesc. |
PepperModule |
ModuleResolverImpl.getPepperModule(StepDesc stepDesc)
Returns a
PepperModule object matching to the given
StepDesc. |
| Modifier and Type | Method and Description |
|---|---|
ModuleFitness |
ModuleFitnessChecker.checkFitness(PepperModule module)
Returns a
ModuleFitness value for specified PepperModule. |
ModuleFitness |
ModuleFitnessChecker.checkHealth(PepperModule module)
Returns a
ModuleFitness value for specified PepperModule. |
protected String |
ModuleResolverImpl.retrieveResourcePathFromBundle(PepperModule module)
Retrieves the path, where the bundle is located and extracts the path,
where resources are estimated
|
ModuleFitness |
ModuleFitnessChecker.selfTest(PepperModule pepperModule)
When the specified module provides a self test, the fitness feature
ModuleFitness.FitnessFeature.HAS_SELFTEST is set to true and self test is ran. |
protected ModuleFitness |
ModuleFitnessChecker.selfTest(PepperModule pepperModule,
ModuleFitness moduleFitness)
When the specified module provides a self test, the fitness feature
ModuleFitness.FitnessFeature.HAS_SELFTEST is set to true and self test is ran. |
protected ModuleFitness |
ModuleFitnessChecker.selfTest(PepperModule pepperModule,
ModuleFitness moduleFitness,
SelfTestDesc selfTestDesc)
When the specified module provides a self test, the fitness feature
ModuleFitness.FitnessFeature.HAS_SELFTEST is set to true and self test is ran. |
void |
ModuleControllerImpl.setPepperModule_basic(PepperModule newPepperModule)
Sets the
PepperModule object, this controller object is
observing. |
void |
ModuleControllerImpl.setPepperModule(PepperModule newPepperModule)
Sets the
PepperModule object, this controller object is
observing. |
void |
Step.setPepperModule(PepperModule pepperModule)
Creates a
ModuleControllerImpl object as container for the passed
PepperModule object. |
protected void |
ModuleResolverImpl.setResources(PepperModule module)
Sets resources to a given PepperModule-object.
|
protected void |
ModuleResolverImpl.setTemporaries(PepperModule module,
int number)
Sets a temporary folder for each
PepperModule to store temporary
files if necessary. |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleFitness> |
ModuleFitnessChecker.checkFitness(Collection<PepperModule> modules)
Returns a
ModuleFitness value for each PepperModule in
specified list. |
List<ModuleFitness> |
ModuleFitnessChecker.checkHealth(Collection<PepperModule> modules)
Returns a
ModuleFitness value for each PepperModule in
specified list. |
| Modifier and Type | Class and Description |
|---|---|
class |
PepperExporterImpl
This class is an abstract implementation of
PepperExporter and cannot
be instantiated directly. |
class |
PepperImporterImpl
An importer in Pepper reads data from a format A and maps its data to a Salt
model.
|
class |
PepperManipulatorImpl
This class is an abstract implementation of
PepperManipulator and
cannot be instantiated directly. |
class |
PepperModuleImpl
TODO make docu
|
| Modifier and Type | Field and Description |
|---|---|
protected PepperModule |
PepperMapperControllerImpl.pepperModule
PepperModule containing this object |
| Modifier and Type | Method and Description |
|---|---|
PepperModule |
PepperMapperControllerImpl.getPepperModule()
Returns
PepperModule object containing this object |
PepperModule |
BeforeAfterAction.getPepperModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperMapperControllerImpl.setPepperModule(PepperModule pepperModule)
Sets the
PepperModule object, which contains the
PepperMapperController as a callback reference. |
| Constructor and Description |
|---|
BeforeAfterAction(PepperModule pepperModule)
Initializes this object and in case an action should be performed, it
sets the internal
PepperModule which does the action, and the
internal SCorpusGraph on which the action should be performed. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PepperExporter
A mapping task in the Pepper workflow is not a monolithic block.
|
interface |
PepperImporter
A mapping task in the Pepper workflow is not a monolithic block.
|
interface |
PepperManipulator
A mapping task in the Pepper workflow is not a monolithic block.
|
| Modifier and Type | Method and Description |
|---|---|
PepperModule |
ModuleController.getPepperModule()
Returns the
PepperModule object, this controller object is
observing. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleController.setPepperModule_basic(PepperModule newPepperModule)
Sets the
PepperModule object, this controller object is
observing. |
void |
ModuleController.setPepperModule(PepperModule newPepperModule)
Sets the
PepperModule object, this controller object is
observing. |
void |
PepperMapperController.setPepperModule(PepperModule pepperModule)
Sets the
PepperModule object, which contains the
PepperMapperController as a callback reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingExporter |
class |
DoNothingImporter |
class |
DoNothingManipulator
A dummy manipulator, which waves through all documents and corpora.
|
class |
DOTExporter |
class |
DOTManipulator |
class |
SaltValidator
This class analyzes a Salt model and prints out a report about conflicts in
the Salt model.
|
class |
SaltXMLExporter
This is a PepperExporter which exports a salt model to the SaltXML format.
|
class |
SaltXMLImporter
This is a
PepperImporter which imports the SaltXML format into a salt
model. |
class |
TextExporter
This is a PepperExporter which extracts and exports the primary text of a
Salt model and stores it into a text file.
|
class |
TextImporter
Maps a file-structure to a corpus-structure and reads the contained txt files
to map their content to
STextualDS objects. |
| Constructor and Description |
|---|
PepperModuleDataException(PepperModule pepperModule,
String s) |
PepperModuleDataException(PepperModule pepperModule,
String s,
Throwable ex) |
PepperModuleException(PepperModule pepperModule,
String s) |
PepperModuleException(PepperModule pepperModule,
String s,
Throwable ex) |
PepperModuleInternalException(PepperModule pepperModule,
String s) |
PepperModuleInternalException(PepperModule pepperModule,
String s,
Throwable ex) |
PepperModuleTestException(PepperModule pepperModule,
String s) |
PepperModuleTestException(PepperModule pepperModule,
String s,
Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PepperModule> |
PepperTestUtil.runPepperForTest(T... fixtures) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends PepperModule> |
PepperTestUtil.runPepperForTest(T... fixtures) |
| Modifier and Type | Method and Description |
|---|---|
static PepperJob |
PepperTestUtil.prepareFixturesAndCreateJob(Pepper pepper,
Collection<? extends PepperModule> fixtures) |
static void |
PepperTestUtil.start(Collection<? extends PepperModule> fixtures)
This methods starts the processing of Pepper in the development
environment for a set of Pepper modules.
|
static void |
PepperTestUtil.start(Pepper pepper,
Collection<? extends PepperModule> fixtures) |
| Modifier and Type | Field and Description |
|---|---|
protected PepperModule |
PepperModuleTestHelper.fixture |
| Modifier and Type | Method and Description |
|---|---|
protected PepperModule |
PepperModuleTestHelper.getFixture()
Returns the current fixture to test.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PepperModuleTestHelper.setFixture(PepperModule fixture)
Sets the current fixture to test.
|
protected void |
PepperImExporterTest.setFixture(PepperModule fixture) |
Copyright © 2009–2021 Humboldt-Universität zu Berlin, INRIA. All rights reserved.