All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractPepperModuleException |
|
| BeforeAfterAction |
This class is a helper class to perform actions before or after a mapping was
done.
|
| CorpusDesc |
This class realizes a description of a corpus to be imported or exported.
|
| CorpusDesc.Builder |
|
| CorpusPathResolver |
|
| DOCUMENT_STATUS |
This Enumeration shows the status of a more or less currently processed
document.
|
| DocumentBus |
This object is an implementation of a threadsafe queue to store
DocumentController objects.
|
| DocumentController |
|
| DocumentControllerImpl |
Stores the global status of a SDocument.
|
| DocumentControllerImpl.DetailedStatus |
A small helper class, to store the status and the processing a specific
PepperModule needed for the SDocument object contained by
the container DocumentControllerImpl object.
|
| DoNothingExporter |
|
| DoNothingImporter |
|
| DoNothingManipulator |
A dummy manipulator, which waves through all documents and corpora.
|
| DOTExporter |
|
| DOTManipulator |
|
| DOTManipulatorProperties |
|
| FileComparator |
|
| FormatDesc |
This class is used by Pepper to describe a linguistic data format.
|
| FormatDesc.FormatDescBuilder |
|
| InitialDocumentBus |
TODO make docu
|
| JOB_STATUS |
|
| JobNotFoundException |
This exception class is used, in case of a
PepperMapper object was not correctly
initialized.
|
| MappingSubject |
A subject is a container for SDocument or SCorpus object to
be merged.
|
| MEMORY_POLICY |
Describes the main memory policy of PepperJobs.
|
| MODULE_TYPE |
|
| ModuleController |
An object of this types contains a PepperModule and handles as a
connector between such an object and the Pepper framework.
|
| ModuleControllerImpl |
An object of this types contains a PepperModule and handles as a
connector between such an object and the Pepper framework.
|
| ModuleFitness |
An object determining the fitness of a single Pepper module.
|
| ModuleFitness.Fitness |
|
| ModuleFitness.FitnessFeature |
|
| ModuleFitness.ModuleFitnessBuilder |
|
| ModuleFitnessChecker |
A helper class for checking health and fitness of a module or a set of
modules.
|
| ModuleResolver |
|
| ModuleResolverImpl |
The ModuleResolverImpl realizes a bridge between the Pepper framework
and the OSGi environment.
|
| NotInitializedException |
This exception class is used, in case of a
PepperMapper object was not correctly
initialized.
|
| Pepper |
|
| PepperConfiguration |
This class contains all possible configurations, to take influence on the
Pepper process.
|
| PepperConfigurationException |
Is thrown, when any exception occurs concerning the configuration of Pepper.
|
| PepperConvertException |
|
| PepperException |
This class is highest exception.
|
| PepperExporter |
A mapping task in the Pepper workflow is not a monolithic block.
|
| PepperExporter.EXPORT_MODE |
Determines how the corpus-structure should be exported.
|
| PepperExporterImpl |
This class is an abstract implementation of PepperExporter and cannot
be instantiated directly.
|
| PepperExporterTest |
|
| PepperFWException |
This PepperException is thrown if an internal error occurs.
|
| PepperImExporterTest |
|
| PepperImpl |
|
| PepperImporter |
A mapping task in the Pepper workflow is not a monolithic block.
|
| PepperImporterImpl |
An importer in Pepper reads data from a format A and maps its data to a Salt
model.
|
| PepperImporterTest |
|
| PepperInActionException |
This PepperException is thrown if a calling method tries to start a
new process or an action or tries to get access to a resource, but it
currently is in action and therefore can not be accessed.
|
| PepperJob |
|
| PepperJobImpl |
This class represents a single, but entire conversion process in Pepper, containing the entire
workflow like import, manipulation and export.
|
| PepperManipulator |
A mapping task in the Pepper workflow is not a monolithic block.
|
| PepperManipulatorImpl |
This class is an abstract implementation of PepperManipulator and
cannot be instantiated directly.
|
| PepperManipulatorTest |
|
| PepperMapper |
This interface can be used in a threaded environment, where the
PepperModule is used for delegating thread jobs, and a set of
PepperMappers are mapping one SDocument or SCorpus object.
|
| PepperMapperController |
|
| PepperMapperControllerImpl |
|
| PepperMapperImpl |
An abstract implementation of PepperMapper to be used for further
derivations for specific mapping purposes.
|
| PepperModule |
TODO make some docu
|
| PepperModuleDataException |
|
| PepperModuleDesc |
This class is a kind of a fingerprint of a Pepper module and provides some
information about a module.
|
| PepperModuleException |
|
| PepperModuleImpl |
TODO make docu
|
| PepperModuleInternalException |
|
| PepperModuleNotReadyException |
This PepperException is thrown only by a
PepperModule and marks, that the
module is not ready for the requested action.
|
| PepperModuleProperties |
|
| PepperModuleProperty<T> |
With properties, the conversion process done by a Pepper module can be
customized.
|
| PepperModuleProperty.NameBuilder |
|
| PepperModuleProperty.NameBuilder.TypeBuilder |
|
| PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder<T> |
|
| PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> |
|
| PepperModulePropertyException |
|
| PepperModuleTest |
This class is an abstract helper class to create own test classes for any
PepperModule.
|
| PepperModuleTestException |
This Exception class can be used for Tests (i.e.
|
| PepperModuleTestHelper |
|
| PepperModuleXMLResourceException |
|
| PepperOSGiRunner |
|
| PepperOSGiRunnerException |
This exception is only to use for unit tests.
|
| PepperParamsReader |
This class reads the 'old' pepperParams file and fills a PepperJob
with the content of the file.
|
| PepperTestException |
This PepperException is thrown if an internal error occurs.
|
| PepperTestUtil |
This class offers some static fields and methods for testing
PepperModule objects.
|
| PepperUtil |
|
| PepperUtil.PepperJobReporter |
Prints the status of the passed PepperJob object, until
{@link #setStop(Boolean#TRUE)} was called.
|
| SaltValidator |
This class analyzes a Salt model and prints out a report about conflicts in
the Salt model.
|
| SaltValidator.ValidatorMapper |
Checks whether each SCorpus object contains either a
SCorpus object or a SDocument object.
|
| SaltValidatorProperties |
|
| SaltXMLExporter |
This is a PepperExporter which exports a salt model to the SaltXML format.
|
| SaltXMLImporter |
This is a PepperImporter which imports the SaltXML format into a salt
model.
|
| SelfTestDesc |
This class is a container for a module selftest.
|
| SelfTestDesc.Builder |
|
| Step |
This class is an extension of the class StepDesc and is for internal
use only.
|
| StepDesc |
This class represents a description of a single step in Pepper.
|
| TerminalDocumentBus |
TODO make docu
|
| TextExporter |
This is a PepperExporter which extracts and exports the primary text of a
Salt model and stores it into a text file.
|
| TextImporter |
Maps a file-structure to a corpus-structure and reads the contained txt files
to map their content to STextualDS objects.
|
| TextImporter.TextMapper |
Reads the content of txt files and creates a STextualDS object
for each.
|
| WorkflowDescriptionReader |
This class reads the 'new' workflow description file version 1.0 and fills
the passed PepperJob object with the content of the read file.
|
| WorkflowException |
This PepperException is thrown if an internal error occurs.
|
| XMLStreamWriter |
This class is just a delegator class for a XMLStreamWriter with a
pretty printing possibility.
|