A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractPepperModuleException - Exception in org.corpus_tools.pepper.exceptions
- AbstractPepperModuleException() - Constructor for exception org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
- AbstractPepperModuleException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
- AbstractPepperModuleException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.AbstractPepperModuleException
- activate(ComponentContext) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Sets the
ComponentContextof the OSGi environment the bundle was started in. - activate(ComponentContext) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Sets the
ComponentContextof the OSGi environment the bundle was started in. - activate(ComponentContext) - Method in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
Method is called by OSGi framework, when bundle is activated.
- activate(ComponentContext) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method is called by OSGi framework and sets the component context, this class is running in.
- activate(ComponentContext) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- activate(ComponentContext) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
- addFitnessFeature(ModuleFitness.FitnessFeature, boolean) - Method in class org.corpus_tools.pepper.common.ModuleFitness.ModuleFitnessBuilder
- addFormatWhichShouldBeSupported(String, String) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
-
Adds a format description to the list of formats which should be supported by the module to be tested.
- addFormatWhichShouldBeSupported(FormatDesc) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
-
Adds a format description to the list of formats which should be supported by the module to be tested.
- addModuleControllers(ModuleControllerImpl) - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Adds a further
ModuleControllerImplto internal list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass. - addModuleControllers(ModuleControllerImpl) - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Adds a further
ModuleControllerImplto internal list of allModuleControllerImplobjects, the here containedSDocumentobject has to pass. - addPepperExporterComponentFactory(ComponentFactory) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
This method is called by OSGi framework and adds all registered
ComponentFactoryobjects having the name PepperExporterComponentFactory to this object. - addPepperExporterComponentFactory(ComponentFactory) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
This method is called by OSGi framework and adds all registered
ComponentFactoryobjects having the name PepperExporterComponentFactory to this object. - addPepperImporterComponentFactory(ComponentFactory) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
This method is called by OSGi framework and adds all registered
ComponentFactoryobjects having the name PepperImporterComponentFactory to this object. - addPepperImporterComponentFactory(ComponentFactory) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
This method is called by OSGi framework and adds all registered
ComponentFactoryobjects having the name PepperImporterComponentFactory to this object. - addPepperManipulatorComponentFactory(ComponentFactory) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
This method is called by OSGi framework and adds all registered
ComponentFactoryobjects having the name PepperManipulatorComponentFactory to this object. - addPepperManipulatorComponentFactory(ComponentFactory) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
This method is called by OSGi framework and adds all registered
ComponentFactoryobjects having the name PepperManipulatorComponentFactory to this object. - addProgress(Double) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#addProgress(Double)}
- addProgress(Double) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Adds the given progress to the already existing progress of the current handled
SDocumentorSCorpusobject. - addProperties(URI) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Loads the given file via
Properties.load(java.io.InputStream)and adds all properties given in the passedPropertyobject. - addProperty(PepperModuleProperty<?>) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Adds the given
PepperModulePropertyobject to the internal list. - addSLayers(SDocument, String) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Adds the passed layer to all nodes and objects in the passed
SDocument. - addStep(StepDesc) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Creates a new
Stepobject containing all values of the passedStepDescobject and adds it to the workflow covered by thisPepperJobImpl. - addStep(Step) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Adds the passed
Stepobject to the workflow covered by thisPepperJobImplobject and tries to resolve the describedPepperModule. - addStepDesc(StepDesc) - Method in class org.corpus_tools.pepper.common.PepperJob
-
Adds a
StepDescobject to job. - addStepDesc(StepDesc) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Overrides method
PepperJob.addStepDesc(StepDesc), but calls it via super and than callsPepperJobImpl.addStep(Step).
{@inheritDoc PepperJob#addStepDesc(StepDesc)} - addSupportedFormat(String, String, URI) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Creates a new
FormatDescobject containing the passed name, version and reference to the list of ofFormatDescobjects describing all formats supported by the Pepper module, this object describes. - addSupportedFormat(String, String, URI) - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#addSupportedFormat(String, String, URI)}
- addSupportedFormat(String, String, URI) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#addSupportedFormat(String, String, URI)}
- addSupportedFormat(String, String, URI) - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
{@inheritDoc PepperModuleDesc#addSupportedFormat(String, String, URI)}
- addSupportedFormat(String, String, URI) - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
{@inheritDoc PepperModuleDesc#addSupportedFormat(String, String, URI)}
- addSupportedFormat(FormatDesc) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
-
Deprecated.
- after(SCorpusGraph) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Invokes an actions, after the mapping of an entire corpus structure was done.
- after(Identifier) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Invokes actions, after the mapping of a corpus or document is done.
- ALL_PROP_NAMES - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
This array contains all properties, which with the Pepper framework can be configured.
- ARG_COMMAND_LINE_PARAMS - Static variable in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
params passed to this application
- ARG_SELFTEST - Static variable in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
argument on command line call to determine, that pepper should make a self test
- ATT_DEST_PATH - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_FORMAT_NAME - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_FORMAT_NAME - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- ATT_FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- ATT_ID - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_ID - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- ATT_KEY - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- ATT_MODULE_NAME - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_NAME - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- ATT_PATH - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- ATT_SOURCE_PATH - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_SPECIAL_PARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ATT_VERSION - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- awake() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Wakes up the contained
SDocument, which means, it theSDocumentGraphof theSDocumentwill be load to main memory again by callingSDocument#loadSDocumentGraph(). - awake() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Wakes up the contained
SDocument, which means, it theSDocumentGraphof theSDocumentwill be load to main memory again by callingSDocument#loadSDocumentGraph().
B
- before(SCorpusGraph) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Invokes an actions, after the mapping of an entire corpus structure was done.
- before(Identifier) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Invokes actions, before the mapping of a corpus or document was started.
- BeforeAfterAction - Class in org.corpus_tools.pepper.impl
-
This class is a helper class to perform actions before or after a mapping was done.
- BeforeAfterAction(PepperModule) - Constructor for class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Initializes this object and in case an action should be performed, it sets the internal
PepperModulewhich does the action, and the internalSCorpusGraphon which the action should be performed. - breakString(String) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Breaks the String
theStringat positionPepperUtil.CONSOLE_WIDTHand adds a linebreak. - breakString(String, int) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Breaks the String
theStringat positionlengthand adds a linebreak. - breakString(String, String) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Breaks the String
theStringat positionPepperUtil.CONSOLE_WIDTHand adds a linebreak. - breakString(String, String, int) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Breaks the String
theStringat positionlengthand adds a linebreak. - breakString2(StringBuilder, String, int) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns rest
- build() - Method in class org.corpus_tools.pepper.common.CorpusDesc.Builder
- build() - Method in class org.corpus_tools.pepper.common.FormatDesc.FormatDescBuilder
- build() - Method in class org.corpus_tools.pepper.common.ModuleFitness.ModuleFitnessBuilder
- build() - Method in class org.corpus_tools.pepper.core.SelfTestDesc.Builder
- build() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder
- Builder() - Constructor for class org.corpus_tools.pepper.common.CorpusDesc.Builder
- Builder() - Constructor for class org.corpus_tools.pepper.core.SelfTestDesc.Builder
- Builder(String, Class<T>, String) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder
- busyLock - Variable in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
A lock determining, whether this object currently is busy with importing corpus structure or importing document structure.
C
- cancelConversion() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Cancels the current conversion.
- cancelConversion() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
- characters(char[], int, int) - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
-
Reads the property values and adds them to property object
- checkFitness() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Checks the fitness of each registered Pepper module.
- checkFitness() - Method in class org.corpus_tools.pepper.core.PepperImpl
- checkFitness(Collection<PepperModule>) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
Returns a
ModuleFitnessvalue for eachPepperModulein specified list. - checkFitness(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
Returns a
ModuleFitnessvalue for specifiedPepperModule. - checkHealth(Collection<PepperModule>) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
Returns a
ModuleFitnessvalue for eachPepperModulein specified list. - checkHealth(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
Returns a
ModuleFitnessvalue for specifiedPepperModule. - checkProperties() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Checks if all properties marked as required are really set.
- checkProperty(PepperModuleProperty<?>) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Checks if the value of given property, when marked as required is really set.
- checkReadyToStart() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Checks for each
PepperModulein all steps, if it is ready to start, via callingPepperModule.isReadyToStart(). - checkThatCorpusGraphIsSettable() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- checkThatCorrectFormatsAreSupported() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
- checkThatFixtureIsSet() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- checkThatModuleHasName() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- checkThatResourcePathIsSet() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- checkThatWhenSimulatingFitnessCheckModulePassesSelfTest() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness) - Method in class org.corpus_tools.pepper.testFramework.PepperExporterTest
- checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness) - Method in class org.corpus_tools.pepper.testFramework.PepperImporterTest
- checkThatWhenSimulatingFitnessCheckModulePassesSelfTest(ModuleFitness) - Method in class org.corpus_tools.pepper.testFramework.PepperManipulatorTest
- cleanUp() - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Cleans up current workspace.
- clear() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Removes all
Steps from all internal lists. - clear() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
{@inheritDoc PepperJob#clear()}
- close() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- compare(File, File) - Method in class org.corpus_tools.pepper.core.SelfTestDesc
-
This method is called by
SelfTestDesc.compare(URI, URI)to compare two files with each other. - compare(SaltProject, SaltProject) - Method in class org.corpus_tools.pepper.core.SelfTestDesc
-
This method is called by the Pepper framework, when making a selftest of the module.
- compare(URI, URI) - Method in class org.corpus_tools.pepper.core.SelfTestDesc
-
This method is called by the Pepper framework, when making a selftest of the module.
- compareFiles(File, File) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Compares the content of two files.
- compareFiles(File, File) - Method in class org.corpus_tools.pepper.util.FileComparator
-
Compares the content of two files.
- compareFiles(URI, URI) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Compares the content of two files.
- compareTo(PepperModuleDesc) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Compares the passed
PepperModuleDescobject with this. - compareTo(PepperModuleProperty<?>) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- compareXML(File, File) - Method in class org.corpus_tools.pepper.core.SelfTestDesc
-
This method is called by
SelfTestDesc.compare(URI, URI)to compare two xmlfiles with each other. - complete(DocumentController) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Adds the given
DocumentControllerto the output document bus to be processed by the nextPepperModuleobjects. - complete(DocumentController) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Adds the given
DocumentControllerto the output document bus to be processed by the nextPepperModuleobjects. - COMPLETED - org.corpus_tools.pepper.common.DOCUMENT_STATUS
- CONSOLE_WIDTH - Static variable in class org.corpus_tools.pepper.common.PepperUtil
-
The standard width of the output console of Pepper.
- CONSOLE_WIDTH_120 - Static variable in class org.corpus_tools.pepper.common.PepperUtil
-
The width of the output console of Pepper.
- CONSOLE_WIDTH_80 - Static variable in class org.corpus_tools.pepper.common.PepperUtil
-
The width of the output console of Pepper, when os is windows.
- controller - Variable in class org.corpus_tools.pepper.impl.PepperMapperImpl
- convert() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Starts the conversion of this job.
- convert() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Starts the conversion of this job.
- convertFrom() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Imports a
SaltProjectfrom any format. - convertFrom() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Imports a
SaltProjectfrom any format. - convertTo() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Exports the
SaltProjectinto any format. - convertTo() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Exports the
SaltProjectinto any format. - copyResources(String) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Reads customization property
PepperModuleProperties.PROP_AFTER_COPY_RESand copies the listed resources to the named target folder. - CORPORA_ONLY - org.corpus_tools.pepper.modules.PepperExporter.EXPORT_MODE
-
SCorpusobjects are exported into a folder structure, butSDocumentobjects are not exported - corpusDefinition - Variable in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
TODO make docu
- corpusDesc - Variable in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
TODO make docu
- CorpusDesc - Class in org.corpus_tools.pepper.common
-
This class realizes a description of a corpus to be imported or exported.
- CorpusDesc() - Constructor for class org.corpus_tools.pepper.common.CorpusDesc
-
Initializes a new
CorpusDescobject. - CorpusDesc.Builder - Class in org.corpus_tools.pepper.common
- corpusPath - Variable in class org.corpus_tools.pepper.common.CorpusDesc
-
location of corpus
- CorpusPathResolver - Class in org.corpus_tools.pepper.impl
- CorpusPathResolver() - Constructor for class org.corpus_tools.pepper.impl.CorpusPathResolver
- CorpusPathResolver(URI) - Constructor for class org.corpus_tools.pepper.impl.CorpusPathResolver
- create() - Static method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- createCorpusDesc() - Static method in class org.corpus_tools.pepper.common.PepperUtil
- createDefaultPepper() - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
- createFolderStructure(Identifier) - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
Deprecated.
- createFolderStructure(Identifier) - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
Creates a folder structure basing on the passed corpus path in (
CorpusDesc.getCorpusPath()). - createJob() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Creates a new
PepperJobobject for a new conversion process. - createJob() - Method in class org.corpus_tools.pepper.core.PepperImpl
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
-
Creates a mapper which does nothing.
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
-
Creates a mapper of type
EXMARaLDA2SaltMapper. - createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
-
Creates a dummy mapper, which only returns
DOCUMENT_STATUS.COMPLETED. - createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.DOTExporter
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.DOTManipulator
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.SaltValidator
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
-
Creates a mapper of type
SaltXMLExporter.SaltXMLExporterMapper. - createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
-
Creates a mapper of type
EXMARaLDA2SaltMapper. - createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.TextExporter
-
Creates a mapper to export primary texts.
- createPepperMapper(Identifier) - Method in class org.corpus_tools.pepper.modules.coreModules.TextImporter
-
Creates a mapper OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
- createPepperMapper(Identifier) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
- createStepDesc() - Method in class org.corpus_tools.pepper.common.PepperJob
- createTable(Integer[], String[][], boolean, boolean, boolean) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a table created from the passed Strings.
- CRITICAL - org.corpus_tools.pepper.common.ModuleFitness.Fitness
-
An entire module or single feature is absolutely unfit, so some problems are detected, when a module is critical, than it is not healthy.
- currentModuleController - Variable in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
stores the currently active document controller
D
- deactivate(ComponentContext) - Method in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
Method is called by OSGi framework, when bundle is deactivated.
- DEFAULT_WORKSPACE - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
A sub folder in Pepper directory to be used as workspace (to store jobs etc.)
- delete(DocumentController) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Notifies the Pepper framework, that the
SDocumentbeing contained in passedDocumentControllershall not be processed any further by following Pepper modules. - delete(DocumentController) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Notifies the Pepper framework, that the
SDocumentbeing contained in passedDocumentControllershall not be processed any further by following Pepper modules. - DELETED - org.corpus_tools.pepper.common.DOCUMENT_STATUS
- DescriptionBuilder(String, Class<T>) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder
- DetailedStatus() - Constructor for class org.corpus_tools.pepper.core.DocumentControllerImpl.DetailedStatus
- diffsBetweenActualAndExpected() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- DIR_CONF - Static variable in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
extension of where to find plugins and resources
- DIR_PLUGINS - Static variable in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
extension of where to find plugins and resources
- docBuilderFactory - Variable in class org.corpus_tools.pepper.core.SelfTestDesc
- DOCUMENT_STATUS - Enum in org.corpus_tools.pepper.common
-
This Enumeration shows the status of a more or less currently processed document.
- documentBus - Variable in class org.corpus_tools.pepper.core.DocumentBus
-
This table is the central management object of the
DocumentBus. - DocumentBus - Class in org.corpus_tools.pepper.core
-
This object is an implementation of a threadsafe queue to store
DocumentControllerobjects. - DocumentBus(String, String) - Constructor for class org.corpus_tools.pepper.core.DocumentBus
-
Creates an object of this type and sets the passes the given input controller and output controller.
- DocumentBus(String, List<String>) - Constructor for class org.corpus_tools.pepper.core.DocumentBus
-
Creates an object of this type and sets the passes the given input controller and output controller.
- DocumentBus(List<String>, String) - Constructor for class org.corpus_tools.pepper.core.DocumentBus
-
Creates an object of this type and sets the passes the given input controller and output controller.
- DocumentBus(List<String>, List<String>) - Constructor for class org.corpus_tools.pepper.core.DocumentBus
-
Creates an object of this type and sets all passed in- and output
ModuleControllerobjects. - documentBuses - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
A list of all buses between the
ModuleControllerImplobjects - DocumentController - Interface in org.corpus_tools.pepper.modules
- DocumentControllerImpl - Class in org.corpus_tools.pepper.core
-
Stores the global status of a
SDocument. - DocumentControllerImpl() - Constructor for class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Initializes an object of this class.
- DocumentControllerImpl(SDocument) - Constructor for class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Initializes an object of this class.
- DocumentControllerImpl.DetailedStatus - Class in org.corpus_tools.pepper.core
-
A small helper class, to store the status and the processing a specific
PepperModuleneeded for theSDocumentobject contained by the containerDocumentControllerImplobject. - documentControllers - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
A list of all
DocumentControllerImplobjects corresponding to eachSDocumentbelonging to this job. - DOCUMENTS_IN_FILES - org.corpus_tools.pepper.modules.PepperExporter.EXPORT_MODE
-
SCorpusobjects are exported into a folder structure andSDocumentobjects are stored in files having the ending determined by PepperExporter#getDocumentEnding() - done(PepperMapperController) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method is called by a
PepperMapperControllerobject to notify thePepperModuleobject, that the mapping is done. - done(PepperMapperController) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is called by a
PepperMapperControllerobject to notify thePepperModuleobject, that the mapping is done. - done(Identifier, DOCUMENT_STATUS) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method is called by a
PepperMapperControllerobject to notify thePepperModuleobject, that the mapping for this object is done. - done(Identifier, DOCUMENT_STATUS) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is called by a
PepperMapperControllerobject to notify thePepperModuleobject, that the mapping for this object is done. - DoNothingExporter - Class in org.corpus_tools.pepper.modules.coreModules
- DoNothingExporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- DoNothingImporter - Class in org.corpus_tools.pepper.modules.coreModules
- DoNothingImporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
-
Specifies the separator, which has to be set between to the texts of two token.
- DoNothingManipulator - Class in org.corpus_tools.pepper.modules.coreModules
-
A dummy manipulator, which waves through all documents and corpora.
- DoNothingManipulator() - Constructor for class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
- DOTExporter - Class in org.corpus_tools.pepper.modules.coreModules
- DOTExporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.DOTExporter
- DOTManipulator - Class in org.corpus_tools.pepper.modules.coreModules
- DOTManipulator() - Constructor for class org.corpus_tools.pepper.modules.coreModules.DOTManipulator
- DOTManipulatorProperties - Class in org.corpus_tools.pepper.modules.coreModules
- DOTManipulatorProperties() - Constructor for class org.corpus_tools.pepper.modules.coreModules.DOTManipulatorProperties
E
- ELEMENT_EXPORTER_PARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ELEMENT_IMPORTER_PARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ELEMENT_MODULE_PARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ELEMENT_PEPPER_JOB_PARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- ELEMENT_PEPPERPARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- EMAIL - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
pepper-eMail address
- end() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
- end() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is called by the pepper framework at the end of a conversion process.
- ENDED - org.corpus_tools.pepper.common.JOB_STATUS
- ENDED_WITH_ERRORS - org.corpus_tools.pepper.common.JOB_STATUS
- endElement(String, String, String) - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
-
If a property has no value, it must be created here.
- ENDING_ALL_FILES - Static variable in interface org.corpus_tools.pepper.modules.PepperModule
-
All kinds of file endings
- ENDING_FOLDER - Static variable in interface org.corpus_tools.pepper.modules.PepperModule
-
A string specifying a value for a folder as ending.
- ENDING_LEAF_FOLDER - Static variable in interface org.corpus_tools.pepper.modules.PepperModule
-
A string specifying a value for a leaf folder as ending.
- ENDING_TAB - Static variable in interface org.corpus_tools.pepper.modules.PepperModule
-
Ending for an tab file.
- ENDING_TXT - Static variable in interface org.corpus_tools.pepper.modules.PepperModule
-
Ending for an txt file.
- ENDING_XML - Static variable in interface org.corpus_tools.pepper.modules.PepperModule
-
Ending for an xml file.
- ENV_PEPPER_MODULE_RESOURCES - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
- ENV_PEPPER_WORKFLOW_FILE - Static variable in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
name of environment variable, which is supposed to contain the workflow description file
- equals(Object) - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Compares a
CorpusDescobject with this object. - equals(Object) - Method in class org.corpus_tools.pepper.common.ModuleFitness
- equals(Object) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
This method was overwritten because of a findbugs warning
- equals(Object) - Method in class org.corpus_tools.pepper.core.SelfTestDesc
- equals(Object) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- executor - Variable in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Executor, to create and manage threads for import of corpus structure and import of document structure
- exportCorpusStructure() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#exportCorpusStructure()}
- exportCorpusStructure() - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
This method is called by
PepperModule.start()to export the corpus-structure into a folder-structure. - EXPORTER - org.corpus_tools.pepper.common.MODULE_TYPE
F
- FAILED - org.corpus_tools.pepper.common.DOCUMENT_STATUS
- FILE_CONF_FILE - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of the configuration file.
- FILE_CONF_FOLDER - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of the folder containing configuration files.
- FILE_CONF_TEST_FILE - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of the configuration file for testing.
- FILE_ENDING_PEPPER - Static variable in class org.corpus_tools.pepper.common.PepperUtil
-
This is the default ending of a Pepper workflow description file.
- FileComparator - Class in org.corpus_tools.pepper.util
- FileComparator() - Constructor for class org.corpus_tools.pepper.util.FileComparator
- findAppropriateImporters(URI) - Method in interface org.corpus_tools.pepper.common.Pepper
-
Returns the names of importers which can import the data located at the specified
corpusPath. - findAppropriateImporters(URI) - Method in class org.corpus_tools.pepper.core.PepperImpl
- finish(String) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Sets the entry corresponding to given id to status finished, which means, that when all listed
ModuleControllerobjects on input side, are set to status finish, this queue is finished and no further documents are passed toModuleControllerobjects on output side. - FIT - org.corpus_tools.pepper.common.ModuleFitness.Fitness
-
An entire module or single feature is absolutely fit, so no problems are detected
- FITNESS_FEATURE_DESC - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
link to Pepper developers homepage for fitness features
- fixture - Variable in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
- flush() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DOTExporter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.TextExporter
- FORMAT_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.TextImporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.DOTExporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.TextExporter
- FORMAT_VERSION - Static variable in class org.corpus_tools.pepper.modules.coreModules.TextImporter
- formatDesc - Variable in class org.corpus_tools.pepper.common.CorpusDesc
-
format description belonging to this corpus
- FormatDesc - Class in org.corpus_tools.pepper.common
-
This class is used by Pepper to describe a linguistic data format.
- FormatDesc() - Constructor for class org.corpus_tools.pepper.common.FormatDesc
-
Initilizes an object.
- FormatDesc.FormatDescBuilder - Class in org.corpus_tools.pepper.common
- FormatDescBuilder() - Constructor for class org.corpus_tools.pepper.common.FormatDesc.FormatDescBuilder
- formatName - Variable in class org.corpus_tools.pepper.common.FormatDesc
-
Name of the linguistic format.
- formatReference - Variable in class org.corpus_tools.pepper.common.FormatDesc
-
Documentation reference for the linguistic format.
- formatVersion - Variable in class org.corpus_tools.pepper.common.FormatDesc
-
The version of the format.
G
- getActiveDocuments() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns a set of all currently active documents.
- getAllSteps() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns a of all steps belonging no matter, to which phase they belong.
- getBaseDir() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns the base directory for this
ModuleController. - getBusyLock() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
A lock determining, whether this object currently is busy with importing corpus structure or importing document structure.
- getComponentContext() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Returns the
ComponentContextof the OSGi environment the bundle was started in. - getComponentContext() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Returns the
ComponentContextof the OSGi environment the bundle was started in. - getComponentContext() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the
ComponentContextof the OSGi environment the bundle was started in. - getComponentContext() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the
ComponentContextof the OSGi environment the bundle was started in. - getConfFolder() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Returns the folder containing the configuration file(s).
- getConfiguration() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Returns set configuration for
Pepper. - getConfiguration() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Returns the configuration object for this converter object.
- getConfiguration() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Returns the configuration object for this converter object.
- getConfiguration() - Method in class org.corpus_tools.pepper.core.PepperImpl
- getConfiguration() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
returns the properties to customize the behavior of conversion for this single job.
- getCorpus() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#getCorpus()}
- getCorpus() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns the
SCorpusobject to be mapped by this mapper. - getCorpusDesc() - Method in class org.corpus_tools.pepper.common.StepDesc
-
Returns an object to describe all infos about the corpus to im- or export.
- getCorpusDesc() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#getCorpusDefinition()}
- getCorpusDesc() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#getCorpusDefinition()}
- getCorpusDesc() - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
TODO docu
- getCorpusDesc() - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
TODO docu
- getCorpusEndings() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#getCorpusEndings()}
- getCorpusEndings() - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
Returns a collection of all file endings for a
SCorpusobject. - getCorpusGraph() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns the
SCorpusGraphobject, the containedPepperImporteris mapping. - getCorpusGraph() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the
SCorpusGraphobject which is filled, manipulated or exported by the current module. - getCorpusGraph() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the
SCorpusGraphobject, the containedPepperImporteris mapping. - getCorpusGraph() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the
SCorpusGraphobject which is filled, manipulated or exported by the current module. - getCorpusPath() - Method in class org.corpus_tools.pepper.common.CorpusDesc
-
Returns the path of where to store or from where to load this corpus.
- getCurrentModuleController() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the module controller, which is currently processing this document.
- getCurrentModuleController() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the module controller, which is currently processing this document.
- getDefaultValue() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- getDesc() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns a short description of this module.
- getDesc() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a short description of this module.
- getDesc() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns a short description of this module.
- getDescription() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- getDetaialedStatReport() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Property to determine whether the status report should contain a progress for each module or just the global progress.
- getDocument() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the
SDocumentobject, to which this object belongs to. - getDocument() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#getDocument()}
- getDocument() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the
SDocumentobject, to which this object belongs to. - getDocument() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns the
SDocumentobject to be mapped by this mapper. - getDocumentBus() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns the table, which is the central management object of the
DocumentBus. - getDocumentBuses() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
- getDocumentController() - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
Returns the document controller, if one was set.
- getDocumentControllers() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns a list of all
DocumentControllerImplobjects corresponding to eachSDocumentbelonging to this job. - getDocumentEnding() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#getDocumentEnding()}
- getDocumentEnding() - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
Returns the format ending for files to be exported and related to
SDocumentobjects. - getDocumentEndings() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#getDocumentEndings()}
- getDocumentEndings() - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
Returns list containing all format endings for files, which are importable and could be mapped to
SDocumentorSDocumentGraphobjects by this Pepper module. - getDocumentId() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the
Identifierof theSDocumentobject, to which this object belongs to. - getDocumentId() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the
Identifierof theSDocumentobject, to which this object belongs to. - getDocumentId2DC() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the map relating
Identifierbelonging toSDocumentobjects to theirDocumentControllercontainer. - getExecutor() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns an executor service for this object.
- getExpectedCorpusPath() - Method in class org.corpus_tools.pepper.core.SelfTestDesc
- getExportMode() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#getExportMode()}
- getExportMode() - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
Returns how corpus-structure is exported.
- getExportSteps() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the list of all steps belonging to the export phase.
- getFileEnding() - Method in class org.corpus_tools.pepper.modules.coreModules.DOTManipulatorProperties
- getFingerprint() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a
PepperModuleDescobject, which is a kind of a fingerprint of thisPepperModule. - getFingerprint() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns a
PepperModuleDescobject, which is a kind of a fingerprint of thisPepperModule. - getFitness(ModuleFitness.FitnessFeature) - Method in class org.corpus_tools.pepper.common.ModuleFitness
- getFitnessFeatures() - Static method in enum org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Returns the names of the fitness feature.
- getFixture() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Returns the current fixture to test.
- getFixture() - Method in class org.corpus_tools.pepper.testFramework.PepperExporterTest
- getFixture() - Method in class org.corpus_tools.pepper.testFramework.PepperImporterTest
- getFormatDesc() - Method in class org.corpus_tools.pepper.common.CorpusDesc
-
Returns a set format description.
- getFormatName() - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Returns the name of the linguistic format.
- getFormatReference() - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Returns the documentation reference for the linguistic format.
- getFormatVersion() - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Returns the version of the linguistic format.
- getGcAfterDocumentSleep() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
- getGlobalId() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns a global unique (inside one Salt project) id for the contained
SDocumentobject. - getGlobalId() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns a global unique (inside one Salt project) id for the contained
SDocumentobject. - getGlobalStatus() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the global status of this object.
- getGlobalStatus() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the global status of this object.
- getHealthFeatures() - Static method in enum org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Returns the names of the fitness features taking part at health test.
- getHello() - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a formatted String, a kind of a welcome screen of Pepper.
- getHello(int, String, String) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a formatted String, a kind of a welcome screen of Pepper.
- getId() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns the unique identifier for this job.
- getId() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Creates an id for this object. the id consists of the in- and output
DocumentControllerobjects. - getId() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns the id of this object.
- getId() - Method in class org.corpus_tools.pepper.core.Step
-
Returns the internal id, which represents position of the
Stepin list of steps. - getId() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the id of this object.
- getIdentifier() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperMapperController#getIdentifier()}
- getIdentifier() - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
Returns
Identifierobject corresponding to eitherSDocumentorSCorpuswhich should be mapped - getIdentifier() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Returns
Identifierobject of theSCorpusorSDocumentobject, which is contained by containingPepperMapper. - getIdentifier2ResourceTable() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperImporter#getIdentifier2ResourceTable()}
- getIdentifier2ResourceTable() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#getIdentifier2ResourceTable()}
- getIdentifier2ResourceTable() - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
Returns table correspondence between
Identifierand a resource. - getIdentifier2ResourceTable() - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
Stores
Identifierobjects corresponding to either aSDocumentor aSCorpusobject, which has been created during the run ofPepperImporter.importCorpusStructure(SCorpusGraph). - getIgnoreEndings() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Returns a collection of filenames, not to be imported.
- getIgnoreEndings() - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
Returns a collection of filenames, not to be imported.
- getImportSteps() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the list of all steps belonging to the import phase.
- getInputControllerIds() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns a list of Ids belonging to
ModuleControllerobjects on the input side. - getInputCorpusPath() - Method in class org.corpus_tools.pepper.core.SelfTestDesc
- getInputDocumentBus() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
The
DocumentBusobject working as input for thisModuleControllerImpl. - getInputDocumentBus() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
The
DocumentBusobject working as input for thisModuleControllerImpl. - getIntend() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
-
Returns the intend character(s) for pretty printing.
- getInterval() - Method in class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
-
Returns the interval in which the status is printed
- getJob() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns the
PepperJobImplobject reference of this object. - getJob() - Method in class org.corpus_tools.pepper.core.PepperParamsReader
-
Returns
PepperJobto be filled. - getJob() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the
PepperJobImplobject reference of this object. - getJob(String) - Method in interface org.corpus_tools.pepper.common.Pepper
-
Returns a
PepperJobcorresponding to the passed id. - getJob(String) - Method in class org.corpus_tools.pepper.core.PepperImpl
- getJobIds() - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Return identifiers of all registered
PepperJobImplobjects. - getKeepDocuments() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
name of the flag to determine whether the temporary created document-graph files should be preserved or deleted after Pepper terminates.
- getLocation() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns location, where to store
SDocumentGraphwhen#sleep()was called or load whenDocumentController.awake()was called - getLocation() - Method in class org.corpus_tools.pepper.core.PepperParamsReader
- getLocation() - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- getLocation() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns location, where to store
SDocumentGraphwhen#sleep()was called or load whenDocumentController.awake()was called - getLocation(String) - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Returns the location of a job.
- getManipulationSteps() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the list of all steps belonging to the manipulation phase.
- getMapperControllers() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a threadsafe map of all
PepperMapperControllerobjects which are connected with a startedPepperMappercorresponding to their - getMapperThreadGroup() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a
ThreadGroupwherePepperMapperobjects and the corresponding threads are supposed to run in. - getMappingResult() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperMapperController#getMappingResult()}
- getMappingResult() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapperConnector#getMappingResult()}
- getMappingResult() - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
{@inheritDoc PepperMapperConnector#getMappingResult()}
- getMappingResult() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns the result of the mapping, when finished.
- getMappingResult() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Returns the result of the mapping, when finished.
- getMappingSubjects() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
Returns a list of all subjects (
SDocumentorSCorpus) to be merged - getMappingSubjects() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
Returns a list of all subjects (
SDocumentorSCorpus) to be merged - getMappingSubjects() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns a list of all subjects (
SDocumentorSCorpus) to be merged - getMappingSubjects() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Returns a list of all subjects (
SDocumentorSCorpus) to be merged - getMaxAmountOfDocuments() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Returns the the maximal number of currently processed SDocument-objects
- getMaxNumberOfDocuments() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the maximal number of
SDocumentobjects which could be processed at the same time - getMemPolicy() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Returns the memory policy for instance to configure the behavior of loading documents.
- getMemPolicy() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns the set memory policy.
- getMemPolicy() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the set memory policy.
- getModuleController() - Method in class org.corpus_tools.pepper.core.Step
-
The
ModuleControllerImplobject which belongs to this step and acts as a bridge between Pepper and the Pepper module. - getModuleController() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the container and controller object for the current module.
- getModuleController() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the container and controller object for the current module.
- getModuleControllers() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns a list of all
ModuleControllerImplobjects, the here containedSDocumentobject has to pass. - getModuleControllers() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns a list of all
ModuleControllerImplobjects, the here containedSDocumentobject has to pass. - getModuleName() - Method in class org.corpus_tools.pepper.common.ModuleFitness
- getModuleResolver() - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Returns the set
ModuleResolverImplobject, to resolvePepperModuleobjects. - getModuleResolver() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns a reference to the OSGi module resolver, to find modules matching to the step description.
- getModuleType() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns the type of this module.
- getModuleType() - Method in class org.corpus_tools.pepper.common.StepDesc
-
Returns the type of the
PepperModuleto be used. - getModuleType() - Method in class org.corpus_tools.pepper.core.Step
-
Returns the type of the
PepperModuleto be used. - getModuleType() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the type of this module.
- getModuleType() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the type of this module.
- getName() - Method in enum org.corpus_tools.pepper.common.DOCUMENT_STATUS
-
Returns a prosa name of the type
- getName() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns the name of a Pepper module described by this
PepperModuleDescobject. - getName() - Method in class org.corpus_tools.pepper.common.StepDesc
-
Returns the name of the
PepperModuleto be used for this step. - getName() - Method in class org.corpus_tools.pepper.core.Step
-
If a
PepperModuleis set, overrides the set name with the name of thePepperModule. - getName() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the name of this module.
- getName() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the name of this module.
- getName() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- getNamespaceContext() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- getNumOfActiveDocuments() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the current number of
SDocumentobjects which could be processed at the same time - getNumOfProcessingModules() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the number of
PepperModulecurrently processing theSDocumentor more precisly theSDocumentGraphcontained by thisDocumentControllerImplobject. - getNumOfProcessingModules() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the number of
PepperModulecurrently processing theSDocumentor more precisly theSDocumentGraphcontained by thisDocumentControllerImplobject. - getOutputControllerIds() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns a list of Ids belonging to
ModuleControllerobjects, which are on the output side of this queue. - getOutputDocumentBus() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
All documents which were consumed by the
PepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned. - getOutputDocumentBus() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
All documents which were consumed by the
PepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned. - getOutputFile() - Method in class org.corpus_tools.pepper.modules.coreModules.DOTManipulatorProperties
- getOverallFitness() - Method in class org.corpus_tools.pepper.common.ModuleFitness
-
Returns a combined fitness value representing all single values.
- getPepper() - Method in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
Returns Pepper registered
Pepperobject. - getPepperExporter(StepDesc) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Creates an instance of
PepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list. - getPepperExporter(StepDesc) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Creates an instance of
PepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list. - getPepperExporterComponentFactories() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
TODO make docu
- getPepperExporterComponentFactories() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- getPepperExporters() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Creates an instance of
PepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list. - getPepperExporters() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Creates an instance of
PepperExporterfor each listedComponentFactoryin list#pepperExporterComponentFactoriesand returns that list. - getPepperImporter(StepDesc) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Returns a
PepperImporterobject matching to the givenImporterParams. - getPepperImporter(StepDesc) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Returns a
PepperImporterobject matching to the givenImporterParams. - getPepperImporterComponentFactories() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
TODO make docu
- getPepperImporterComponentFactories() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- getPepperImporters() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Creates an instance of
PepperImporterfor each listedComponentFactoryin list#pepperImporterComponentFactoriesand returns that list. - getPepperImporters() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Creates an instance of
PepperImporterfor each listedComponentFactoryin list#pepperImporterComponentFactoriesand returns that list. - getPepperJob() - Method in class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
-
Returns the
PepperJobobject, which is observed - getPepperJob() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns the
PepperJobobject containing this object - getPepperJob() - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
-
Returns
PepperJobobject to be filled with content. - getPepperJobImpl(String) - Method in class org.corpus_tools.pepper.core.PepperImpl
-
{@inheritDoc Pepper#getJob(String)}
- getPepperManipulator(StepDesc) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Creates an instance of
PepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list. - getPepperManipulator(StepDesc) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Creates an instance of
PepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list. - getPepperManipulatorComponentFactories() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
TODO make docu
- getPepperManipulatorComponentFactories() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- getPepperManipulators() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Creates an instance of
PepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list. - getPepperManipulators() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Creates an instance of
PepperManipulatorfor each listedComponentFactoryin list#pepperManipulatorComponentFactoriesand returns that list. - getPepperMapper() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
Returns the
PepperMapper, controlled by this object. - getPepperMapper() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Returns the
PepperMapper, controlled by this object. - getPepperMapperController() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
Returns the controller of this mapper, to grant n access to Pepper via the controller.
- getPepperMapperController() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns the controller of this mapper, to grant n access to Pepper via the controller.
- getPepperModule() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns the
PepperModuleobject, this controller object is observing. - getPepperModule() - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
- getPepperModule() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
Returns
PepperModuleobject containing this object - getPepperModule() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the
PepperModuleobject, this controller object is observing. - getPepperModule(StepDesc) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Returns a
PepperModuleobject matching to the givenStepDesc. - getPepperModule(StepDesc) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Returns a
PepperModuleobject matching to the givenStepDesc. - getPermissionForProcessDoument(DocumentController) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns true, if a
SDocumentor more precisely spoken aSDocumentGraphcould be woken up or imported. - getPermissionForProcessDoument(DocumentController) - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperJobImpl#getPermissionForProcessDoument(DocumentController)}
- getPermissionForProcessDoument(DocumentController) - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
{@inheritDoc PepperJobImpl#getPermissionForProcessDoument(DocumentController)}
- getPrefix(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- getPrettyPrint() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
-
Returns whether xml should be pretty printed
- getProcessingTime() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl.DetailedStatus
- getProcessingTime() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the processing time of the contained
SDocumentobject, needed by all registeredPepperModule, which have already started the process. - getProcessingTime() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the amount of time the job already took.
- getProcessingTime() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the processing time of the contained
SDocumentobject, needed by all registeredPepperModule, which have already started the process. - getProgress() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns the progress of the contained
SDocumentfor all registeredModuleControllerImplobjects. - getProgress() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperMapperController#getProgress()}
- getProgress() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#getProgress()}
- getProgress() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
{@inheritDoc PepperModule#getProgress()}
- getProgress() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns the progress of the contained
SDocumentfor all registeredModuleControllerImplobjects. - getProgress() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
This method is invoked by the containing
PepperModuleobject, to get the current progress concerning theSDocumentorSCorpusobject handled by this object. - getProgress() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
This method is invoked by the containing
PepperModuleobject, to get the current progress concerning theSDocumentorSCorpusobject handled by this object. - getProgress() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is invoked by the Pepper framework, to get the current total progress of all
SDocumentobjects being processed by this module. - getProgress(String) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns the progress as a value between 0 and 1 of the contained
PepperModuleobject concerning to theSDocumentcorresponding to the passed global identifier. - getProgress(String) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method is invoked by the Pepper framework, to get the current progress concerning the
SDocumentobject corresponding to the givenIdentifierin percent. - getProgress(String) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the progress as a value between 0 and 1 of the contained
PepperModuleobject concerning to theSDocumentcorresponding to the passed global identifier. - getProgress(String) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is invoked by the Pepper framework, to get the current progress concerning the
SDocumentobject corresponding to the givenIdentifierin percent. - getProperties() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns a
PepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. - getProperties() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#getProperties()}
- getProperties() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a
PepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. - getProperties() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns the
PepperModulePropertiesobject containing user customizations to be observed during the mapping. - getProperties() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns a
PepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. - getProperties() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Returns a new
Propertiesobject containing all property names and their values. - getProperty(String) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Returns a
PepperModulePropertyobject corresponding to the given property name. - getProperty(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- getPropertyDesctriptions() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Returns all registered
PepperModulePropertyobjects, which are usable for the correspondingPepperModule. - getPropertyNames() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Returns all property names registered in that object, and therefore usable for the corresponding
PepperModule. - getProps() - Method in class org.corpus_tools.pepper.common.StepDesc
-
Returns the object for temporary storage of customization properties.
- getRegisteredImporters() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Returns all
PepperModuleDesccorresponding to a registered importer. - getRegisteredImporters() - Method in class org.corpus_tools.pepper.core.PepperImpl
- getRegisteredModules() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Returns a collection of all
PepperModuleDesccorresponding to Pepper modules, which are registered in thisPepperinstance. - getRegisteredModules() - Method in class org.corpus_tools.pepper.core.PepperImpl
- getRegisteredModulesAsString() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Returns a string representation of the method
Pepper.getRegisteredModules(). - getRegisteredModulesAsString() - Method in class org.corpus_tools.pepper.core.PepperImpl
- getReportInterval() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Flag to determine the time interval of the convert status report
- getResources() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the path of the folder which might contain resources for a Pepper module.
- getResources() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the path of the folder which might contain resources for a Pepper module.
- getResourceURI() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#getResourceURI()}
- getResourceURI() - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
{@inheritDoc PepperMapper#getResourceURI()}
- getResourceURI() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Returns
URIof resource. - getSaltProject() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns the
SaltProjectwhich is converted by this job. - getSaltProject() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns the
SaltProjectwhich is converted by this job. - getSaltProject() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the
SaltProjectobject, which is filled, manipulated or exported by the current module. - getSaltProject() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the
SaltProjectobject, which is filled, manipulated or exported by the current module. - getSelfTestDesc() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.DOTExporter
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.DOTManipulator
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltValidator
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.TextExporter
- getSelfTestDesc() - Method in class org.corpus_tools.pepper.modules.coreModules.TextImporter
- getSelfTestDesc() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is called by the Pepper framework to run an integration test for module.
- getSize_nodes() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Stores the number of
SNodes a document contains, when it ws send to sleep. - getSize_nodes() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Stores the number of
SNodes a document contains, when it ws send to sleep. - getSize_relations() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Stores the number of
SRelations a document contains, when it ws send to sleep. - getSize_relations() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Stores the number of
SRelations a document contains, when it ws send to sleep. - getSrcResources() - Static method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
{@inheritDoc PepperTestUtil#getSrcResources()}
- getSrcResources() - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
-
Returns a default test folder, where to find resources for tests.
- getStartProblems() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
If
PepperModule.isReadyToStart()has returned false, this method returns a list of reasons why this module is not ready to start. - getStartProblems() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
If
PepperModule.isReadyToStart()has returned false, this method returns a list of reasons why this module is not ready to start. - getStatus() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns the current status of this job.
- getStatus() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl.DetailedStatus
- getStatus() - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Returns a status description as
String. - getStatus() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Returns a status description as
String. - getStatusReport() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns a formated string as a kind of a document centric progress status.
- getStatusReport() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns a formated string containing a report of the progress status of the contained document.
- getStatusReport() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
{@inheritDoc PepperJob#getStatusReport()}
- getStepDescs() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns a list of all step descriptions.
- getSupplierContact() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns a uri where to find more information about this module and where to find some contact information to contact the supllier.
- getSupplierContact() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a uri where to find more information about this module and where to find some contact information to contact the supplier.
- getSupplierContact() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns a uri where to find more information about this module and where to find some contact information to contact the supplier.
- getSupplierHomepage() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets the
URIto the homepage describing the functionality of the module. - getSupplierHomepage() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
- getSupplierHomepage() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the
URIto the homepage describing the functionality of the module. - getSupportedFormats() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns a list of
FormatDescobjects describing all formats supported by the Pepper module, this object describes. - getSupportedFormats() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#getSupportedFormats()}
- getSupportedFormats() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#getSupportedFormats()}
- getSupportedFormats() - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
TODO docu
- getSupportedFormats() - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
Returns a list of formats, which are importable by this
PepperImporterobject. - getSymbolicName() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the symbolic name of this OSGi bundle.
- getSymbolicName() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the symbolic name of this OSGi bundle.
- getTempFile() - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a temporary folder, where Pepper and all modules can store temp files.
- getTempFile(String) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a temporary folder, where Pepper and all modules can store temp files.
- getTempFile(String, String) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a temporary folder, where Pepper and all modules can store temp files.
- getTempPath() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Returns a temporary path, where the entire system and all modules can store temp files.
- getTempPath(String) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Returns a
Fileobject pointing to a temporary path, where the caller can store temporary files. - getTempPath_static(String) - Static method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
{@inheritDoc PepperTestUtil#getTempPath_static(String)}
- getTempPath_static(String) - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
-
Returns a
Fileobject pointing to a temporary path, where the caller can store temporary files. - getTemproraries() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Deprecated.
- getTemproraries() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Deprecated.
- getTempTestFile() - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a temporary folder, where all tests can store temporary files.
- getTempTestFile(String) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a temporary folder, where all tests can store temporary files.
- getTempURI(String) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Returns a
Fileobject pointing to a temporary path, where the caller can store temporary files. - getTestResources() - Static method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
{@inheritDoc PepperTestUtil#getTestResources()}
- getTestResources() - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
-
Returns a default test folder, where to find resources for tests.
- getType() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- getValue() - Method in enum org.corpus_tools.pepper.common.DOCUMENT_STATUS
-
Returns the level of the object in level hierarchie.
- getValue() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- getVersion() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns the version of a Pepper module described by this
PepperModuleDescobject. - getVersion() - Method in class org.corpus_tools.pepper.common.StepDesc
-
Returns the version of the
PepperModuleto be used for this step. - getVersion() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns the version of this module.
- getVersion() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the version of this module.
- getWorkspace() - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Returns the default workspace for
PepperJobImplobjects, if one is given in configuration. - getXFilesWithExtension(int, int, String) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
- GREEDY - org.corpus_tools.pepper.common.MEMORY_POLICY
- groupFilesByEnding(URI) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
-
Groups files for their file ending into a multimap.
H
- HAS_DESCRIPTION - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of fitness feature determining whether
PepperModule.getDesc()is supported - HAS_NAME - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of health feature determining whether a module's name is set.
- HAS_PASSED_SELFTEST - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of health feature determining whether the module passes the self test, if a self test is implemented.
- HAS_SELFTEST - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of fitness feature determining whether the module provides a self test.
- HAS_SUPPLIER_CONTACT - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of fitness feature determining whether
PepperModule.getSupplierContact()is supported. - HAS_SUPPLIER_HP - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of fitness feature determining whether
PepperModule.getSupplierHomepage()is supported. - HAS_SUPPORTED_FORMATS - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of fitness feature determining whether
PepperImporter.getSupportedFormats()PepperExporter.getSupportedFormats()is supported. - hashCode() - Method in class org.corpus_tools.pepper.common.FormatDesc
-
This method is overwritten because of findbugs.
- hashCode() - Method in class org.corpus_tools.pepper.common.ModuleFitness
- hashCode() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
This method was overwritten because of a findbugs warning
- hashCode() - Method in class org.corpus_tools.pepper.core.SelfTestDesc
- hashCode() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- HEALTHY - org.corpus_tools.pepper.common.ModuleFitness.Fitness
-
Only used for overall fitness of a module rather than for a single value and means, the health features are ok, but fitness features aren't
- HOMEPAGE - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
pepper-homepage
- hp - Variable in class org.corpus_tools.pepper.common.PepperModuleDesc
I
- id - Variable in class org.corpus_tools.pepper.common.PepperJob
-
Identifier of this job.
- id - Variable in class org.corpus_tools.pepper.core.DocumentBus
-
Id of this object.
- id - Variable in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
id of this object
- ID_INTITIAL - Static variable in class org.corpus_tools.pepper.core.InitialDocumentBus
-
id for the initial document bus, which is input for importers
- ID_TERMINAL - Static variable in class org.corpus_tools.pepper.core.TerminalDocumentBus
-
id for the terminal document bus, which is output for exporters
- importCorpusStructure(SCorpusGraph) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Starts the import of corpus structure via the set
PepperImporterobject by callingPepperImporter.importCorpusStructure(SCorpusGraph). - importCorpusStructure(SCorpusGraph) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#importCorpusStructure(SCorpusGraph)}
- importCorpusStructure(SCorpusGraph) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
- importCorpusStructure(SCorpusGraph) - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
-
Imports the corpus-structure by a call of
SaltProject#loadSCorpusStructure(URI) - importCorpusStructure(SCorpusGraph) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Starts the import of corpus structure via the set
PepperImporterobject by callingPepperImporter.importCorpusStructure(SCorpusGraph). - importCorpusStructure(SCorpusGraph) - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
This method is called by Pepper at the start of a conversion process to create the corpus-structure.
- importCorpusStructureRec(URI, SCorpus) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Top down traversal in file given structure.
- importCorpusStructures() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Imports corpus structures of all registered
ImportCorpusStructureTeststeps. - IMPORTER - org.corpus_tools.pepper.common.MODULE_TYPE
- IMPORTING_CORPUS_STRUCTURE - org.corpus_tools.pepper.common.JOB_STATUS
- IMPORTING_DOCUMENT_STRUCTURE - org.corpus_tools.pepper.common.JOB_STATUS
- IN_PROGRESS - org.corpus_tools.pepper.common.DOCUMENT_STATUS
- init(List<String>, List<String>) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Creates an object of this type and passes all output
ModuleControllerobjects. - initDocumentBus(List<String>) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Initializes the table, which is the central management object of the
DocumentBus. - InitialDocumentBus - Class in org.corpus_tools.pepper.core
-
TODO make docu
- InitialDocumentBus(String) - Constructor for class org.corpus_tools.pepper.core.InitialDocumentBus
-
Creates an object of this type and sets the passes the given input controller and output controller.
- InitialDocumentBus(List<String>) - Constructor for class org.corpus_tools.pepper.core.InitialDocumentBus
-
Creates an object of this type and sets the passes the given input controller and output controller.
- initialDocumentBuses - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
all documentBusses which are connected with
PepperImportermodules - initialize() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
This method initializes this object and is called by the constructor.
- initialize() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Initializes this object.
- INITIALIZING - org.corpus_tools.pepper.common.JOB_STATUS
- inProgress - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
Specifies if this job currently runs a conversion.
- inputModuleControllerIds - Variable in class org.corpus_tools.pepper.core.DocumentBus
-
A list of Ids belonging to
ModuleControllerobjects on the input side. - IS_IMPORTABLE - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of fitness feature determining whether
PepperImporter.isImportable(org.eclipse.emf.common.util.URI)is implemented. - IS_IMPORTABLE_SEFTEST_DATA - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of health feature determining whether the module is able to import the self test data, if a self test is implemented and module is an importer.
- IS_READY_TO_RUN - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of health feature determining whether the module is ready to be ran in Pepper.
- IS_VALID_SELFTEST_DATA - org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Name of health feature determining whether the module the self test data are valid, if a self test is implemented and module is an importer or a manipulator.
- isAsleep() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns if the
SDocumentGraphof containedSDocumentis send to sleep or awake. - isAsleep() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Returns if the
SDocumentGraphof containedSDocumentis send to sleep or awake. - isCancellationRequested() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Get if someone requested to cancel this job.
- isClean() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties
- isFinished() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns true, whether all input
ModuleControllerobjects called theDocumentBus.finish(String)method and set this object to status finish. - isImportable(URI) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#isImportable(URI)}
- isImportable(URI) - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
- isImportable(URI) - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
-
Reads recursively first found file and returns 1.0 if file contains: <?
- isImportable(URI) - Method in class org.corpus_tools.pepper.modules.coreModules.TextImporter
- isImportable(URI) - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
This method is called by Pepper and returns if a corpus located at the given
URIis importable by this importer. - isImportedCorpusStructure - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
flag to determine, if corpus structure has already been imported
- isInProgress() - Method in enum org.corpus_tools.pepper.common.JOB_STATUS
-
Returns whether the status determines, that the Pepper job is still in progress.
- isMultithreaded - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
- isMultithreaded() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns whether this
PepperModuleis able to run multithreaded. - isMultithreaded() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns whether this
PepperModuleis able to run multithreaded. - isNotNullOrEmpty(Collection<T>) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Checks whether a collection is not null nor empty
- isNullOrEmpty(Collection<T>) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Checks whether a collection is null or empty
- isReadyToStart - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
Determines if
PepperJobImpl.checkReadyToStart()was already called - isReadyToStart() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method is called by the pepper framework after initializing this object and directly before start processing.
- isReadyToStart() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is called by the pepper framework after initializing this object and directly before start processing.
- isRequired() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- isRequired(boolean) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder
- isSelfRelation() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties
- isStarted - Variable in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Determines, if this object is already 'started', which means if
#updateStatus(String, DOCUMENT_STATUS)has been called. - isStop() - Method in class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
-
Returns, if
PepperJobstill has to be observed - isValid(Collection<String>) - Method in class org.corpus_tools.pepper.core.SelfTestDesc
-
Returns whether this object was correctly instantiated by module.
- isWired - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
Determines, if steps are already wired.
J
- JOB_STATUS - Enum in org.corpus_tools.pepper.common
-
Status of a job in Pepper, the status could be one of the following:
JOB_STATUS.NOT_STARTED, if the job was not started#IN_PROGRESS, if the job is runningJOB_STATUS.ENDED, if the job ended successfulJOB_STATUS.ENDED_WITH_ERRORS, if the job ended with errors - JobNotFoundException - Exception in org.corpus_tools.pepper.exceptions
-
This exception class is used, in case of a
PepperMapperobject was not correctly initialized. - JobNotFoundException() - Constructor for exception org.corpus_tools.pepper.exceptions.JobNotFoundException
- JobNotFoundException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.JobNotFoundException
- JobNotFoundException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.JobNotFoundException
- join() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Thread.join()Waits for this thread to die.
L
- load(File) - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Loads the configuration from the passed file location
- load(URI) - Method in class org.corpus_tools.pepper.common.PepperJob
-
Loads a serialization of a
PepperJoband fills this object with these entries. - load(URI) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
{@inheritDoc PepperJob#load(URI)}
- load(ComponentContext) - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Resolves the location of the bundle by the given
ComponentContextand loads the configuration file. - lock - Variable in class org.corpus_tools.pepper.core.DocumentBus
-
This lock is used for creating the condition
DocumentBus.waitUntilAllDocumentsArePutto let theDocumentBus.pop(String)method wait until all documents have been put. - logger - Variable in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
- logger - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
- logger - Static variable in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
M
- MANIPULATOR - org.corpus_tools.pepper.common.MODULE_TYPE
- map() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperMapper#map()}
- map() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
This method starts the
PepperMapperobject. - mappingResult - Variable in class org.corpus_tools.pepper.modules.MappingSubject
- MappingSubject - Class in org.corpus_tools.pepper.modules
-
A subject is a container for
SDocumentorSCorpusobject to be merged. - MappingSubject() - Constructor for class org.corpus_tools.pepper.modules.MappingSubject
- mapSCorpus() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#mapSCorpus()} OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
- mapSCorpus() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltValidator.ValidatorMapper
-
Checks whether each
SCorpusobject contains either aSCorpusobject or aSDocumentobject. - mapSCorpus() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Starts to map a given
SCorpusobject, if one is given. - mapSDocument() - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#mapSDocument()} OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
- mapSDocument() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltValidator.ValidatorMapper
-
Checks whether
STextualDS.getText()is not empty when anSTextualRelationis pointing to it. Checks whether start and end values ofSTextualRelationare not empty and fit into corresponding text Checks whether allSRelationobject have a source and a target node - mapSDocument() - Method in class org.corpus_tools.pepper.modules.coreModules.TextImporter.TextMapper
-
Reads txt files and maps their content to a
STextualDSobject. - mapSDocument() - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Starts to map a given
SDocumentobject, if one is given. - MEMORY_POLICY - Enum in org.corpus_tools.pepper.common
-
Describes the main memory policy of
PepperJobs. - memPolicy - Variable in class org.corpus_tools.pepper.core.DocumentBus
- memPolicy - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
- MODERATE - org.corpus_tools.pepper.common.MEMORY_POLICY
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingImporter
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.DoNothingManipulator
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.TextExporter
- MODULE_NAME - Static variable in class org.corpus_tools.pepper.modules.coreModules.TextImporter
- MODULE_TYPE - Enum in org.corpus_tools.pepper.common
-
Names of types of
PepperModule:MODULE_TYPE.IMPORTER- forPepperExporterMODULE_TYPE.MANIPULATOR- forPepperManipulatorMODULE_TYPE.EXPORTER- forPepperExporter - moduleController - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
the controller object, which acts as bridge between Pepper framework and Pepper module.
- ModuleController - Interface in org.corpus_tools.pepper.modules
-
An object of this types contains a
PepperModuleand handles as a connector between such an object and the Pepper framework. - ModuleControllerImpl - Class in org.corpus_tools.pepper.core
-
An object of this types contains a
PepperModuleand handles as a connector between such an object and the Pepper framework. - ModuleControllerImpl(String) - Constructor for class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Creates an instance of
ModuleControllerImpl. - moduleControllers - Variable in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
A list of all
ModuleControllerImplobjects, the here containedSDocumentobject has to pass. - ModuleFitness - Class in org.corpus_tools.pepper.common
-
An object determining the fitness of a single Pepper module.
- ModuleFitness(String) - Constructor for class org.corpus_tools.pepper.common.ModuleFitness
- ModuleFitness.Fitness - Enum in org.corpus_tools.pepper.common
- ModuleFitness.FitnessFeature - Enum in org.corpus_tools.pepper.common
- ModuleFitness.ModuleFitnessBuilder - Class in org.corpus_tools.pepper.common
-
A simple builder to create
ModuleFitnessobjects. - ModuleFitnessBuilder(String) - Constructor for class org.corpus_tools.pepper.common.ModuleFitness.ModuleFitnessBuilder
- ModuleFitnessChecker - Class in org.corpus_tools.pepper.core
-
A helper class for checking health and fitness of a module or a set of modules.
- ModuleFitnessChecker() - Constructor for class org.corpus_tools.pepper.core.ModuleFitnessChecker
- ModuleFitnessChecker(Pepper) - Constructor for class org.corpus_tools.pepper.core.ModuleFitnessChecker
- moduleResolver - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
A reference to the OSGi module resolver, to find modules matching to the step description
- ModuleResolver - Interface in org.corpus_tools.pepper.core
- ModuleResolverImpl - Class in org.corpus_tools.pepper.core
-
The
ModuleResolverImplrealizes a bridge between the Pepper framework and the OSGi environment. - ModuleResolverImpl() - Constructor for class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- MSG_PREFIX - Static variable in exception org.corpus_tools.pepper.exceptions.WorkflowException
N
- NameBuilder() - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder
- NEGATIVE_FILE_EXTENSION_MARKER - Static variable in interface org.corpus_tools.pepper.modules.PepperImporter
-
A character or character sequence to mark a file extension as not to be one of the imported ones.
- next() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns the next
DocumentControllerwaiting in the input document bus to be processed by the containedPepperModule. - next() - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the next
DocumentControllerwaiting in the input document bus to be processed by the containedPepperModule. - next(boolean) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
{@inheritDoc ModuleController#next(boolean)}
- next(boolean) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Returns the next
DocumentControllerwaiting in the input document bus to be processed by the containedPepperModule. - NO_EXPORT - org.corpus_tools.pepper.modules.PepperExporter.EXPORT_MODE
-
corpus-structure should not be exported
- NOT_STARTED - org.corpus_tools.pepper.common.DOCUMENT_STATUS
- NOT_STARTED - org.corpus_tools.pepper.common.JOB_STATUS
- NotInitializedException - Exception in org.corpus_tools.pepper.exceptions
-
This exception class is used, in case of a
PepperMapperobject was not correctly initialized. - NotInitializedException() - Constructor for exception org.corpus_tools.pepper.exceptions.NotInitializedException
- NotInitializedException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.NotInitializedException
- NotInitializedException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.NotInitializedException
- NS_PEPPERPARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- NS_XMI - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- NUMBER_OF_SAMPLED_FILES - Static variable in class org.corpus_tools.pepper.impl.CorpusPathResolver
-
The number of files which are read for sampling when invoking
#findAppropriateImporters(URI). - NUMBER_OF_SAMPLED_LINES - Static variable in class org.corpus_tools.pepper.impl.CorpusPathResolver
-
The number of lines in a file which are read for sampling when invoking
#findAppropriateImporters(URI). - numberOfProcessingModules - Variable in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Stores the number of
PepperModule, currently processing thisDocumentControllerImpl.
O
- org.corpus_tools.pepper.common - package org.corpus_tools.pepper.common
- org.corpus_tools.pepper.core - package org.corpus_tools.pepper.core
- org.corpus_tools.pepper.exceptions - package org.corpus_tools.pepper.exceptions
- org.corpus_tools.pepper.impl - package org.corpus_tools.pepper.impl
- org.corpus_tools.pepper.modules - package org.corpus_tools.pepper.modules
- org.corpus_tools.pepper.modules.coreModules - package org.corpus_tools.pepper.modules.coreModules
- org.corpus_tools.pepper.modules.exceptions - package org.corpus_tools.pepper.modules.exceptions
- org.corpus_tools.pepper.testFramework - package org.corpus_tools.pepper.testFramework
- org.corpus_tools.pepper.testFramework.helpers - package org.corpus_tools.pepper.testFramework.helpers
- org.corpus_tools.pepper.util - package org.corpus_tools.pepper.util
- outputModuleControllerIds - Variable in class org.corpus_tools.pepper.core.DocumentBus
-
A list of Ids belonging to
ModuleControllerobjects, which are on the output side of this queue.
P
- Pepper - Interface in org.corpus_tools.pepper.common
- PepperConfiguration - Class in org.corpus_tools.pepper.common
-
This class contains all possible configurations, to take influence on the Pepper process.
- PepperConfiguration() - Constructor for class org.corpus_tools.pepper.common.PepperConfiguration
-
Standard constructor which initializes this object with default values: "pepper.gcAfterDocumentSleep"= "pepper.memPolicy"= "pepper.maxAmountOfProcessedSDocuments"= 10
- PepperConfiguration(Properties) - Constructor for class org.corpus_tools.pepper.common.PepperConfiguration
-
Initializes a new object and copies all properties of the given
Propertiesobject. - PepperConfigurationException - Exception in org.corpus_tools.pepper.exceptions
-
Is thrown, when any exception occurs concerning the configuration of Pepper.
- PepperConfigurationException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperConfigurationException
- PepperConfigurationException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperConfigurationException
- PepperConfigurationException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperConfigurationException
- PepperConvertException - Exception in org.corpus_tools.pepper.exceptions
- PepperConvertException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperConvertException
- PepperConvertException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperConvertException
- PepperConvertException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperConvertException
- PepperException - Exception in org.corpus_tools.pepper.exceptions
-
This class is highest exception.
- PepperException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperException
- PepperException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperException
- PepperException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperException
- PepperExporter - Interface in org.corpus_tools.pepper.modules
-
A mapping task in the Pepper workflow is not a monolithic block.
- PepperExporter.EXPORT_MODE - Enum in org.corpus_tools.pepper.modules
-
Determines how the corpus-structure should be exported.
- pepperExporterComponentFactories - Variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- pepperExporterComponentFactory - Variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
This unnecessary variable must be initialized, because of restrictions of the maven osgi scr plugin.
- PepperExporterImpl - Class in org.corpus_tools.pepper.impl
-
This class is an abstract implementation of
PepperExporterand cannot be instantiated directly. - PepperExporterImpl() - Constructor for class org.corpus_tools.pepper.impl.PepperExporterImpl
-
Creates a
PepperModuleof typeMODULE_TYPE.EXPORTER. - PepperExporterImpl(String) - Constructor for class org.corpus_tools.pepper.impl.PepperExporterImpl
-
Creates a
PepperModuleof typeMODULE_TYPE.EXPORTERand sets is name to the passed one. - PepperExporterTest - Class in org.corpus_tools.pepper.testFramework
-
This class is a helper class for creating tests for
PepperExporters. - PepperExporterTest() - Constructor for class org.corpus_tools.pepper.testFramework.PepperExporterTest
- PepperFWException - Exception in org.corpus_tools.pepper.exceptions
-
This PepperException is thrown if an internal error occurs.
- PepperFWException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperFWException
- PepperFWException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperFWException
- PepperFWException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperFWException
- PepperImExporterTest - Class in org.corpus_tools.pepper.testFramework.helpers
- PepperImExporterTest() - Constructor for class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
- PepperImpl - Class in org.corpus_tools.pepper.core
- PepperImpl() - Constructor for class org.corpus_tools.pepper.core.PepperImpl
- PepperImporter - Interface in org.corpus_tools.pepper.modules
-
A mapping task in the Pepper workflow is not a monolithic block.
- pepperImporterComponentFactories - Variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- pepperImporterComponentFactory - Variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
This unnecessary variable must be initialized, because of restrictions of the maven osgi scr plugin.
- PepperImporterImpl - Class in org.corpus_tools.pepper.impl
-
An importer in Pepper reads data from a format A and maps its data to a Salt model.
- PepperImporterImpl() - Constructor for class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Creates a
PepperModuleof typeMODULE_TYPE.IMPORTER. - PepperImporterImpl(String) - Constructor for class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Creates a
PepperModuleof typeMODULE_TYPE.IMPORTERand sets is name to the passed one. - PepperImporterTest - Class in org.corpus_tools.pepper.testFramework
-
This class is a helper class for creating tests for
PepperImporters. - PepperImporterTest() - Constructor for class org.corpus_tools.pepper.testFramework.PepperImporterTest
- PepperInActionException - Exception in org.corpus_tools.pepper.exceptions
-
This
PepperExceptionis 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. - PepperInActionException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperInActionException
- PepperInActionException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperInActionException
- PepperInActionException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperInActionException
- PepperJob - Class in org.corpus_tools.pepper.common
- PepperJob() - Constructor for class org.corpus_tools.pepper.common.PepperJob
- PepperJobImpl - Class in org.corpus_tools.pepper.core
-
This class represents a single, but entire conversion process in Pepper, containing the entire workflow like import, manipulation and export.
- PepperJobImpl(String) - Constructor for class org.corpus_tools.pepper.core.PepperJobImpl
-
Initializes a
PepperJobImpland sets its unique identifier. - PepperJobReporter(PepperJob) - Constructor for class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
-
Sets the
PepperJobobject, which is observed - PepperJobReporter(PepperJob, int) - Constructor for class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
-
Sets the
PepperJobobject, which is observed - PepperManipulator - Interface in org.corpus_tools.pepper.modules
-
A mapping task in the Pepper workflow is not a monolithic block.
- pepperManipulatorComponentFactories - Variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- pepperManipulatorComponentFactory - Variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
This unnecessary variable must be initialized, because of restrictions of the maven osgi scr plugin.
- PepperManipulatorImpl - Class in org.corpus_tools.pepper.impl
-
This class is an abstract implementation of
PepperManipulatorand cannot be instantiated directly. - PepperManipulatorImpl() - Constructor for class org.corpus_tools.pepper.impl.PepperManipulatorImpl
-
Creates a
PepperModuleof type {@link MODULE_TYPE#}. - PepperManipulatorImpl(String) - Constructor for class org.corpus_tools.pepper.impl.PepperManipulatorImpl
-
Creates a
PepperModuleof typeMODULE_TYPE.MANIPULATORand sets is name to the passed one. - PepperManipulatorTest - Class in org.corpus_tools.pepper.testFramework
-
This class is a helper class for creating tests for
PepperManipulators. - PepperManipulatorTest() - Constructor for class org.corpus_tools.pepper.testFramework.PepperManipulatorTest
- PepperMapper - Interface in org.corpus_tools.pepper.modules
-
This interface can be used in a threaded environment, where the
PepperModuleis used for delegating thread jobs, and a set of PepperMappers are mapping oneSDocumentorSCorpusobject. - PepperMapperController - Interface in org.corpus_tools.pepper.modules
-
The interface
PepperMapperControlleris a communicator class between aPepperModuleand aPepperMapperobject. - PepperMapperControllerImpl - Class in org.corpus_tools.pepper.impl
-
The class
PepperMapperControllerImplis a communicator class between aPepperModuleand aPepperMapperobject. - PepperMapperControllerImpl(ThreadGroup, String) - Constructor for class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
Initializes this object and sets its
ThreadGroupand the name of the thread. - PepperMapperImpl - Class in org.corpus_tools.pepper.impl
-
An abstract implementation of
PepperMapperto be used for further derivations for specific mapping purposes. - PepperMapperImpl() - Constructor for class org.corpus_tools.pepper.impl.PepperMapperImpl
- pepperModule - Variable in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
The
PepperModuleobject, this controller object is observing. - pepperModule - Variable in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
PepperModulecontaining this object - PepperModule - Interface in org.corpus_tools.pepper.modules
-
TODO make some docu
- PepperModuleDataException - Exception in org.corpus_tools.pepper.modules.exceptions
-
This PepperException is thrown only by a
PepperModule. - PepperModuleDataException(PepperMapper, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleDataException
- PepperModuleDataException(PepperMapper, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleDataException
- PepperModuleDataException(PepperModule, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleDataException
- PepperModuleDataException(PepperModule, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleDataException
- PepperModuleDesc - Class in org.corpus_tools.pepper.common
-
This class is a kind of a fingerprint of a Pepper module and provides some information about a module.
- PepperModuleDesc() - Constructor for class org.corpus_tools.pepper.common.PepperModuleDesc
- PepperModuleException - Exception in org.corpus_tools.pepper.modules.exceptions
-
This exception is a concrete implementation of
AbstractPepperModuleExceptionand provides constructors to pass thePepperModulethrowing this exception. - PepperModuleException() - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleException(String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleException(PepperMapper, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleException(PepperMapper, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleException(PepperModule, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleException(PepperModule, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleException
- PepperModuleImpl - Class in org.corpus_tools.pepper.impl
-
TODO make docu
- PepperModuleImpl() - Constructor for class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Creates a
PepperModuleobject, which is either aMODULE_TYPE.IMPORTER, aMODULE_TYPE.MANIPULATORor aMODULE_TYPE.EXPORTER. - PepperModuleImpl(String) - Constructor for class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Creates a
PepperModuleobject, which is either aMODULE_TYPE.IMPORTER, aMODULE_TYPE.MANIPULATORor aMODULE_TYPE.EXPORTER. - PepperModuleInternalException - Exception in org.corpus_tools.pepper.modules.exceptions
-
This PepperException is thrown only by a
PepperModule. - PepperModuleInternalException(String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException
- PepperModuleInternalException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException
- PepperModuleInternalException(PepperMapper, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException
- PepperModuleInternalException(PepperMapper, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException
- PepperModuleInternalException(PepperModule, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException
- PepperModuleInternalException(PepperModule, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleInternalException
- PepperModuleNotReadyException - Exception in org.corpus_tools.pepper.modules.exceptions
-
This PepperException is thrown only by a
PepperModuleand marks, that the module is not ready for the requested action. - PepperModuleNotReadyException() - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleNotReadyException
- PepperModuleNotReadyException(String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleNotReadyException
- PepperModuleNotReadyException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleNotReadyException
- pepperModuleProperties - Variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Internal map to map all
PepperModulePropertyobjects to their name. - PepperModuleProperties - Class in org.corpus_tools.pepper.modules
-
This class is a container for a set of
PepperModulePropertyobjects. - PepperModuleProperties() - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Creates instance of
PepperModulePropertiesand initializes it with a set of customization properties. - PepperModuleProperty<T> - Class in org.corpus_tools.pepper.modules
-
With properties, the conversion process done by a Pepper module can be customized.
- PepperModuleProperty(String, Class<T>, String) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty
-
Deprecated.will be removed with Pepper 4.0
- PepperModuleProperty(String, Class<T>, String, boolean) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty
-
Deprecated.will be removed with Pepper 4.0
- PepperModuleProperty(String, Class<T>, String, T) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty
-
Deprecated.will be removed with Pepper 4.0
- PepperModuleProperty(String, Class<T>, String, T, boolean) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty
-
Deprecated.the visibility of this method will be set to private
- PepperModuleProperty.NameBuilder - Class in org.corpus_tools.pepper.modules
- PepperModuleProperty.NameBuilder.TypeBuilder - Class in org.corpus_tools.pepper.modules
- PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder<T> - Class in org.corpus_tools.pepper.modules
- PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> - Class in org.corpus_tools.pepper.modules
- PepperModulePropertyException - Exception in org.corpus_tools.pepper.modules.exceptions
-
Exception is used in case of an exception occurs concerning
PepperModuleProperty. - PepperModulePropertyException() - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModulePropertyException
- PepperModulePropertyException(String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModulePropertyException
- PepperModulePropertyException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModulePropertyException
- PepperModuleTest - Class in org.corpus_tools.pepper.testFramework.helpers
-
This class is an abstract helper class to create own test classes for any
PepperModule. - PepperModuleTest() - Constructor for class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
- PepperModuleTestException - Exception in org.corpus_tools.pepper.modules.exceptions
-
This Exception class can be used for Tests (i.e.
- PepperModuleTestException() - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException
- PepperModuleTestException(String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException
- PepperModuleTestException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException
- PepperModuleTestException(PepperModule, String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException
- PepperModuleTestException(PepperModule, String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleTestException
- PepperModuleTestHelper - Class in org.corpus_tools.pepper.testFramework.helpers
- PepperModuleTestHelper() - Constructor for class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Creates an object of type
PepperModuleTest. - PepperModuleXMLResourceException - Exception in org.corpus_tools.pepper.modules.exceptions
-
This PepperException is thrown by a
PepperModule. - PepperModuleXMLResourceException() - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleXMLResourceException
- PepperModuleXMLResourceException(String) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleXMLResourceException
- PepperModuleXMLResourceException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.modules.exceptions.PepperModuleXMLResourceException
- PepperOSGiRunner - Class in org.corpus_tools.pepper.core
-
Only starts pepper-osgi-runner, if "org.corpus_tools.pepper.disableTest" is not set or is set to false.
- PepperOSGiRunner() - Constructor for class org.corpus_tools.pepper.core.PepperOSGiRunner
- PepperOSGiRunnerException - Exception in org.corpus_tools.pepper.exceptions
-
This exception is only to use for unit tests.
- PepperOSGiRunnerException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperOSGiRunnerException
- PepperOSGiRunnerException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperOSGiRunnerException
- PepperOSGiRunnerException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperOSGiRunnerException
- PepperParamsReader - Class in org.corpus_tools.pepper.core
-
This class reads the 'old' pepperParams file and fills a
PepperJobwith the content of the file. - PepperParamsReader() - Constructor for class org.corpus_tools.pepper.core.PepperParamsReader
- PepperTestException - Exception in org.corpus_tools.pepper.exceptions
-
This PepperException is thrown if an internal error occurs.
- PepperTestException() - Constructor for exception org.corpus_tools.pepper.exceptions.PepperTestException
- PepperTestException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperTestException
- PepperTestException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.PepperTestException
- PepperTestUtil - Class in org.corpus_tools.pepper.testFramework
-
This class offers some static fields and methods for testing
PepperModuleobjects. - PepperTestUtil() - Constructor for class org.corpus_tools.pepper.testFramework.PepperTestUtil
- PepperUtil - Class in org.corpus_tools.pepper.common
- PepperUtil() - Constructor for class org.corpus_tools.pepper.common.PepperUtil
- PepperUtil.PepperJobReporter - Class in org.corpus_tools.pepper.common
-
Prints the status of the passed
PepperJobobject, until {@link #setStop(Boolean#TRUE)} was called. - pop(String) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns a
DocumentControllerobject, which is on first place of the internal queue (regarding the FIFO principle). - pop(String) - Method in class org.corpus_tools.pepper.core.TerminalDocumentBus
-
Returns a
DocumentControllerobject, which is on first place of the internal queue (regarding the FIFO principle). - pop(String, boolean) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Returns a
DocumentControllerobject, which is on first place of the internal queue (regarding the FIFO principle). - pop(String, boolean) - Method in class org.corpus_tools.pepper.core.TerminalDocumentBus
- PREFIX - Static variable in class org.corpus_tools.pepper.modules.coreModules.DOTManipulatorProperties
- PREFIX_PEPPERPARAMS - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- PREFIX_XMI - Static variable in class org.corpus_tools.pepper.core.PepperParamsReader
- prepareFixturesAndCreateJob(Pepper, Collection<? extends PepperModule>) - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
- processDocumentStructures() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Starts the import of document-structure.
- progress - Variable in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
when
PepperMapperControllerImpl.getPepperMapper()is set to null, inPepperMapperControllerImpl.map(), the progress value has to be stored here. - progress - Variable in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
Stores the current progress (between 0 and 1)
- PROP_AFTER_ADD_SLAYER - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_AFTER_COPY_RES - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_AFTER_REMOVE_ANNOTATIONS - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_AFTER_RENAME_ANNOTATIONS - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_AFTER_REPORT_CORPUSGRAPH - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_AFTER_TOKENIZE - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_BEFORE_ADD_SLAYER - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_BEFORE_READ_META - Static variable in class org.corpus_tools.pepper.modules.PepperModuleProperties
- PROP_CALL_GC_AFTER_DOCUMENT - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of property, to determine, if the garbage collector should run after a
SDocumenthas been send to sleep when it waits inDocumentBusbetween to steps. - PROP_CLEAN - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties
- PROP_COMPUTE_PERFORMANCE - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
flag if Pepper shall measure and display the performance of the used PepperModules
- PROP_DETAILED_STATUS_REPORT - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of the property to determine Property to determine whether the status report should contain a progress for each module or just the global progress.
- PROP_FILE_ENDING - Static variable in class org.corpus_tools.pepper.modules.coreModules.DOTManipulatorProperties
- PROP_KEEP_TEMP_DOCS - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
name of the flag to determine whether the temporary created document-graph files should be preserved or deleted after Pepper terminates.
- PROP_MAX_AMOUNT_OF_SDOCUMENTS - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
the maximal number of currently processed SDocument-objects
- PROP_MEMORY_POLICY - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of property to set the memory policy, for instance to configure the behavior of loading documents.
- PROP_OSGI_BUNDLES - Static variable in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
name of system property to determine the locations of OSGi bundles
- PROP_OUTPUTFILE - Static variable in class org.corpus_tools.pepper.modules.coreModules.DOTManipulatorProperties
- PROP_PEPPER_MODULE_RESOURCES - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
- PROP_PREFIX - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
flag if Pepper shall measure and display the performance of the used PepperModules
- PROP_REPORT_INTERVAL - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
name of property to determine the time interval of the convert status report
- PROP_SELF_RELATION - Static variable in class org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties
- PROP_TEMP_FOLDER - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Name of the property, which determines a temporary folder, where the framework and all modules can store temporary data.
- PROP_TEST_DISABLED - Static variable in class org.corpus_tools.pepper.core.PepperOSGiRunner
- PROP_WORKSPACE - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
name of the flag to determine a workspace for pepper, where all jobs are stored by default.
- proposeImportOrder(SCorpusGraph) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method could be overridden, to make a proposal for the import order of
SDocumentobjects. - proposeImportOrder(SCorpusGraph) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method could be overridden, to make a proposal for the import order of
SDocumentobjects. - props - Variable in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
PepperModulePropertiesobject containing user customizations to be observed during the mapping. - put(DocumentController) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Adds the given
DocumentControllerobject to the queue. - put(DocumentController) - Method in class org.corpus_tools.pepper.core.InitialDocumentBus
-
Adds the given
DocumentControllerobject to the queue.
R
- readFilesGroupedByExtension - Variable in class org.corpus_tools.pepper.impl.CorpusPathResolver
- readFirstLines(File, int) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
-
Reads the first X lines of the passed file and returns them as a String
- readMeta(Identifier) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Loads meta data form a meta data file and adds them to the object corresponding to the passed
Identifier. - readXMLResource(DefaultHandler2, URI) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Helper method to read an xml file with a
DefaultHandler2implementation given as contentHandler. - readXMLResource(DefaultHandler2, URI) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Helper method to read an xml file with a
DefaultHandler2implementation given as contentHandler. - readXMLResource(DefaultHandler2, URI) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
Helper method to read an xml file with a
DefaultHandler2implementation given as contentHandler. - releaseDocument(DocumentController) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Releases a document and reduces the internal counter for the number of currently processed documents (
PepperJobImpl.getNumOfActiveDocuments()). - removeJob(String) - Method in interface org.corpus_tools.pepper.common.Pepper
-
Removes the
PepperJobcorresponding to the passed identifier, if a job exists. - removeJob(String) - Method in class org.corpus_tools.pepper.core.PepperImpl
- removePepperExporterComponentFactory(ComponentFactory) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
TODO make some docu
- removePepperExporterComponentFactory(ComponentFactory) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make some docu
- removePepperImporterComponentFactory(ComponentFactory) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
TODO make docu
- removePepperImporterComponentFactory(ComponentFactory) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- removePepperManipulatorComponentFactory(ComponentFactory) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
TODO make docu
- removePepperManipulatorComponentFactory(ComponentFactory) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- removePropertyValue(String) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Removes the value of the property with the passed property name from the properties.
- renameAnnotations(Identifier, String) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Renames all annotations matching the search template to the new namespace, name or value.
- reportConfiguration(PepperConfiguration) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Returns a report as String containing the configuration for Pepper.
- reportCorpusStructure(SCorpusGraph, SNode, String, boolean) - Method in class org.corpus_tools.pepper.impl.BeforeAfterAction
-
Deprecated.use
instead - reportModuleList(int, Collection<PepperModuleDesc>) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Creates a table containing all passed Pepper modules corresponding to their description and their fingerprint
- reportModuleList(int, Collection<PepperModuleDesc>, Map<Integer, PepperModuleDesc>) - Static method in class org.corpus_tools.pepper.common.PepperUtil
-
Creates a table containing all passed Pepper modules corresponding to their description and their fingerprint
- resolveFile(String) - Method in class org.corpus_tools.pepper.core.PepperParamsReader
- resolveURI(String) - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
-
Transforms a given String to a URI.
- resources - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
TODO make docu
- RESOURCES - Static variable in interface org.corpus_tools.pepper.core.ModuleResolver
- resourceURI - Variable in class org.corpus_tools.pepper.modules.MappingSubject
-
URIof resource. - resourceURI - Variable in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
- retrieveResourcePathFromBundle(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Retrieves the path, where the bundle is located and extracts the path, where resources are estimated
- run() - Method in class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
- run() - Method in class org.corpus_tools.pepper.core.PepperOSGiRunner
- run() - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
This method starts the
PepperMapperobject in a thread. - runPepperForTest(T...) - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
- runSelfTest() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTest
S
- saltProject - Variable in class org.corpus_tools.pepper.core.PepperJobImpl
-
The
SaltProjectwhich is converted by this job. - saltProject - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Salt project which is processed by module.
- SaltValidator - Class in org.corpus_tools.pepper.modules.coreModules
-
This class analyzes a Salt model and prints out a report about conflicts in the Salt model.
- SaltValidator() - Constructor for class org.corpus_tools.pepper.modules.coreModules.SaltValidator
- SaltValidator.ValidatorMapper - Class in org.corpus_tools.pepper.modules.coreModules
-
Checks whether each
SCorpusobject contains either aSCorpusobject or aSDocumentobject. - SaltValidatorProperties - Class in org.corpus_tools.pepper.modules.coreModules
- SaltValidatorProperties() - Constructor for class org.corpus_tools.pepper.modules.coreModules.SaltValidatorProperties
- SaltXMLExporter - Class in org.corpus_tools.pepper.modules.coreModules
-
This is a PepperExporter which exports a salt model to the SaltXML format.
- SaltXMLExporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
- SaltXMLImporter - Class in org.corpus_tools.pepper.modules.coreModules
-
This is a
PepperImporterwhich imports the SaltXML format into a salt model. - SaltXMLImporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.SaltXMLImporter
- sampleFileContent(int, int, String...) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
-
Returns
fileEndingslines of a sampled set ofnumberOfSampledLinesfiles having the ending specified byfileEndingsrecursively from specified corpus path. - sampleFileContent(String...) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
- sampleFileContent(URI, String...) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Returns lines of a sampled set of files having the ending specified by
fileEndingsrecursively from specified corpus path. - sampleFiles(Collection<File>, int) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
-
Creates a sampled set of
numberOfSampledFilesfiles recursively from directorydirwith specified endings. - save(URI) - Method in class org.corpus_tools.pepper.common.PepperJob
-
Stores this job to the file at passed URI.
- save(URI) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
{@inheritDoc PepperJob#save(URI)}
- sCorpusGraph - Variable in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
The
SCorpusGraphobject to be filled. - sCorpusGraph - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
The
SCorpusGraphobject which should be processed by this module. - sElementId - Variable in class org.corpus_tools.pepper.modules.MappingSubject
-
Identifierobject corresponding to eitherSDocumentorSCorpuswhich should be mapped - selfTest() - Method in interface org.corpus_tools.pepper.common.Pepper
-
Deprecated.
- selfTest() - Method in class org.corpus_tools.pepper.core.PepperImpl
- selfTest(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
When the specified module provides a self test, the fitness feature
ModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran. - selfTest(PepperModule, ModuleFitness) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
When the specified module provides a self test, the fitness feature
ModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran. - selfTest(PepperModule, ModuleFitness, SelfTestDesc) - Method in class org.corpus_tools.pepper.core.ModuleFitnessChecker
-
When the specified module provides a self test, the fitness feature
ModuleFitness.FitnessFeature.HAS_SELFTESTis set to true and self test is ran. - SelfTestDesc - Class in org.corpus_tools.pepper.core
-
This class is a container for a module selftest.
- SelfTestDesc(URI, URI) - Constructor for class org.corpus_tools.pepper.core.SelfTestDesc
-
Creates an object with input corpus path and expected path.
- SelfTestDesc.Builder - Class in org.corpus_tools.pepper.core
- sendToSleep() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Notifies the
DocumentControllerImplobject, that the containedSDocumentor more precisely theSDocumentGraphobject could be send to sleep. - sendToSleep() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Notifies the
DocumentControllerImplobject, that the containedSDocumentor more precisely theSDocumentGraphobject could be send to sleep. - sendToSleep_FORCE() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Sends the
DocumentControllerImplobject, that the containedSDocumentor more precisely theSDocumentGraphobject could be send to sleep as methodDocumentController.sendToSleep(). - sendToSleep_FORCE() - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Sends the
DocumentControllerImplobject, that the containedSDocumentor more precisely theSDocumentGraphobject could be send to sleep as methodDocumentController.sendToSleep(). - setBaseDir(URI) - Method in class org.corpus_tools.pepper.common.PepperJob
-
Sets the base directory for this
ModuleController. - setCallGC(boolean) - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Sets whether the garbage collector should be called after sending a
SDocumentobject to sleep. - setConfFolder(File) - Method in class org.corpus_tools.pepper.common.PepperConfiguration
-
Sets the folder containing the configuration file(s).
- setConfiguration(PepperConfiguration) - Method in interface org.corpus_tools.pepper.common.Pepper
-
Sets the configuration for
Pepper. - setConfiguration(PepperConfiguration) - Method in interface org.corpus_tools.pepper.core.ModuleResolver
-
Sets the configuration object for this object.
- setConfiguration(PepperConfiguration) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Sets the configuration object for this object.
- setConfiguration(PepperConfiguration) - Method in class org.corpus_tools.pepper.core.PepperImpl
- setConfiguration(PepperConfiguration) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Sets the properties to customize the behavior of conversion for this single job
- setCorpus(SCorpus) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#setCorpus(SCorpus)}
- setCorpus(SCorpus) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets the
SCorpusobject to be mapped by this mapper. - setCorpusDesc(CorpusDesc) - Method in class org.corpus_tools.pepper.common.StepDesc
-
Sets an object to describe all infos about the corpus to im- or export.
- setCorpusDesc(CorpusDesc) - Method in class org.corpus_tools.pepper.core.Step
-
{@inheritDoc StepDesc#setCorpusDesc(CorpusDesc)} Further passes the given
CorpusDescto theModuleControllerImpl, if already set. - setCorpusDesc(CorpusDesc) - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#setCorpusDefinition(CorpusDefinition)}
- setCorpusDesc(CorpusDesc) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#setCorpusDefinition(CorpusDefinition)}
- setCorpusDesc(CorpusDesc) - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
TODO docu
- setCorpusDesc(CorpusDesc) - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
TODO docu
- setCorpusGraph(SCorpusGraph) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the
SCorpusGraphobject which is filled, manipulated or exported by the current module. - setCorpusGraph(SCorpusGraph) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the
SCorpusGraphobject which is filled, manipulated or exported by the current module. - setCorpusPath(URI) - Method in class org.corpus_tools.pepper.common.CorpusDesc
-
Sets the path of where to store or from where to load this corpus.
- setCorpusPath(URI) - Method in class org.corpus_tools.pepper.impl.CorpusPathResolver
- setCorpusPathResolver(CorpusPathResolver) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Sets a
CorpusPathResolverwhich is used byPepperImporterImpl.isImportable(URI). - setDefaultNamespace(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- setDesc(String) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets a short description of this module.
- setDesc(String) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets a short description of this module.
- setDesc(String) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets a short description of this module.
- setDocument(SDocument) - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Sets the
SDocumentobject, to which this object belongs to. - setDocument(SDocument) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#setDocument(SDocument)}
- setDocument(SDocument) - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Sets the
SDocumentobject, to which this object belongs to. - setDocument(SDocument) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets the
SDocumentobject to be mapped by this mapper. - setDocumentController(DocumentController) - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
If the set
Identifierbelongs to aSDocument, it's controller can be passed with this method. - setDocumentEnding(String) - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#setDocumentEnding(String)}
- setDocumentEnding(String) - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
Sets the format ending for files to be exported and related to
SDocumentobjects. - setExportMode(PepperExporter.EXPORT_MODE) - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
{@inheritDoc PepperExporter#setExportMode(org.corpus_tools.pepper.modules. PepperExporter.EXPORT_MODE)}
- setExportMode(PepperExporter.EXPORT_MODE) - Method in interface org.corpus_tools.pepper.modules.PepperExporter
-
Determines how the corpus-structure should be exported.
- setFeature(ModuleFitness.FitnessFeature, boolean) - Method in class org.corpus_tools.pepper.common.ModuleFitness
-
Sets the value to the specified feature.
- setFixture(PepperModule) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
- setFixture(PepperModule) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Sets the current fixture to test.
- setFormatDesc(FormatDesc) - Method in class org.corpus_tools.pepper.common.CorpusDesc
-
Sets the format description for this corpus description.
- setFormatName(String) - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Sets the name of the linguistic format.
- setFormatReference(URI) - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Sets the documentation reference for the linguistic format.
- setFormatVersion(String) - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Sets the version of the linguistic format.
- setIdentifier(Identifier) - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperMapperController#setIdentifier(Identifier)}
- setIdentifier(Identifier) - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
Sets
Identifierobject corresponding to eitherSDocumentorSCorpuswhich should be mapped - setIdentifier(Identifier) - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Set
Identifierobject of theSCorpusorSDocumentobject, which is contained by containingPepperMapper. - setInputDocumentBus(DocumentBus) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
The
DocumentBusobject working as input for thisModuleControllerImpl. - setInputDocumentBus(DocumentBus) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
The
DocumentBusobject working as input for thisModuleControllerImpl. - setIntend(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
-
Set the intend character(s) for pretty printing.
- setIsMultithreaded(boolean) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets whether this
PepperModuleis able to run multithreaded. - setIsMultithreaded(boolean) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets whether this
PepperModuleis able to run multithreaded. - setJob(PepperJob) - Method in class org.corpus_tools.pepper.core.PepperParamsReader
-
Sets
PepperJobto be filled. - setJob(PepperJobImpl) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Sets the
PepperJobImplobject reference of this object. - setJob(PepperJobImpl) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Sets the
PepperJobImplobject reference of this object. - setJob_basic(PepperJobImpl) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Sets the
PepperJobImplobject reference of this object. - setJob_basic(PepperJobImpl) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Sets the
PepperJobImplobject reference of this object. - setLocation(URI) - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Sets location, where to store
SDocumentGraphwhen#sleep()was called or load whenDocumentController.awake()was called. - setLocation(URI) - Method in class org.corpus_tools.pepper.core.PepperParamsReader
- setLocation(URI) - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- setLocation(URI) - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Sets location, where to store
SDocumentGraphwhen#sleep()was called or load whenDocumentController.awake()was called. - setMapperThreadGroup(ThreadGroup) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets a
ThreadGroupwherePepperMapperobjects and the corresponding threads are supposed to run in. - setMappingResult(DOCUMENT_STATUS) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapperConnector#setMappingResult(DOCUMENT_STATUS)}
- setMappingResult(DOCUMENT_STATUS) - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
{@inheritDoc PepperMapperConnector#setMappingResult(DOCUMENT_STATUS)}
- setMappingResult(DOCUMENT_STATUS) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets the result of the current mapping, when it is finished.
- setMaxNumerOfDocuments(int) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
- setMemPolicy(MEMORY_POLICY) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Sets the memory policy.
- setMemPolicy(MEMORY_POLICY) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Sets the memory policy.
- setModuleResolver(ModuleResolver) - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Sets a
ModuleResolverImplobject to resolvePepperModuleobjects for Pepper jobs. - setModuleResolver(ModuleResolver) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Sets a reference to the OSGi module resolver, to find modules matching to the step description.
- setModuleType(MODULE_TYPE) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets the type of this module.
- setModuleType(MODULE_TYPE) - Method in class org.corpus_tools.pepper.common.StepDesc
-
Sets the type of the
PepperModuleto be used. - setName(String) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets the name of a Pepper module described by this
PepperModuleDescobject. - setName(String) - Method in class org.corpus_tools.pepper.common.StepDesc
-
Sets the name of the
PepperModuleto be used for this step. - setName(String) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the name of this
PepperModule. - setNamespaceContext(NamespaceContext) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- setOutputDocumentBus(DocumentBus) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
All documents which were consumed by the
PepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned. - setOutputDocumentBus(DocumentBus) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
All documents which were consumed by the
PepperModulecontained in this object are set to this output bus, regarding the status, thePepperModulereturned. - setPepper(Pepper) - Method in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
Sets the
Pepperobject to do the conversion task. - setPepperJob(PepperJob) - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
-
Sets
PepperJobobject to be filled with content. - setPepperJob(PepperJobImpl) - Method in class org.corpus_tools.pepper.core.DocumentBus
-
Sets the
PepperJobobject containing this object - setPepperMapper(PepperMapper) - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
Sets the mapper, controlled by this object.
- setPepperMapper(PepperMapper) - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Sets the
PepperMapper, controlled by this object. - setPepperMapperController(PepperMapperController) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
Sets the controller of this mapper, to grant n access to Pepper via the controller.
- setPepperMapperController(PepperMapperController) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets the controller of this mapper, to grant n access to Pepper via the controller.
- setPepperModule(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Sets the
PepperModuleobject, this controller object is observing. - setPepperModule(PepperModule) - Method in class org.corpus_tools.pepper.core.Step
-
Creates a
ModuleControllerImplobject as container for the passedPepperModuleobject. - setPepperModule(PepperModule) - Method in class org.corpus_tools.pepper.impl.PepperMapperControllerImpl
-
{@inheritDoc PepperMapperController#setPepperModule(PepperModule)}
- setPepperModule(PepperModule) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Sets the
PepperModuleobject, this controller object is observing. - setPepperModule(PepperModule) - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Sets the
PepperModuleobject, which contains thePepperMapperControlleras a callback reference. - setPepperModule_basic(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Sets the
PepperModuleobject, this controller object is observing. - setPepperModule_basic(PepperModule) - Method in interface org.corpus_tools.pepper.modules.ModuleController
-
Sets the
PepperModuleobject, this controller object is observing. - setPepperModuleController(ModuleController) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the container and controller object for the current module.
- setPepperModuleController(ModuleController) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the container and controller object for the current module.
- setPepperModuleController_basic(ModuleController) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the container and controller object for the current module.
- setPepperModuleController_basic(ModuleController) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the container and controller object for the current module.
- setPrefix(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- setPrettyPrint(Boolean) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
-
Sets whether the xml should be pretty printed.
- setProgress(Double) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#setProgress(Double)} OVERRIDE THIS METHOD FOR CUSTOMIZED MAPPING.
- setProgress(Double) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets the progress of the current handled
SDocumentorSCorpusobject. - setProperties(PepperModuleProperties) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets the
PepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. - setProperties(PepperModuleProperties) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#setProperties(PepperModuleProperties)}
- setProperties(PepperModuleProperties) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the
PepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. - setProperties(PepperModuleProperties) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets the
PepperModulePropertiesobject containing user customizations to be observed during the mapping. - setProperties(PepperModuleProperties) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the
PepperModulePropertiesobject containing properties to customize the behavior of thisPepperModule. - setPropertyValue(String, T) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Searches for a
PepperModulePropertyobject in registeredPepperModulePropertyobjects and sets its value attribute, if aPepperModulePropertyobject was found. - setPropertyValues(File) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Loads the given file via
Properties.load(java.io.InputStream)and adds all properties given in the passedPropertyobject. - setPropertyValues(Properties) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Adds all properties given in the passed
Propertyobject. - setProps(Properties) - Method in class org.corpus_tools.pepper.common.StepDesc
-
If
#setPepperModule(org.corpus_tools.pepper.modules.PepperModule)was already called, the passedPropertiesobject is used to create aPepperModulePropertiesobject, which is set to givenPepperModule. - setProps(Properties) - Method in class org.corpus_tools.pepper.core.Step
-
If
Step.setPepperModule(PepperModule)was already called, the passedPropertiesobject is used to create aPepperModulePropertiesobject, which is set to givenPepperModule. - setResources(PepperModule) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Sets resources to a given PepperModule-object.
- setResources(URI) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the resource folder used by
PepperModule.getResources(). - setResources(URI) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the resource folder used by
PepperModule.getResources(). - setResourcesURI(URI) - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
Sets the path to resources folder for module.
- setResourceURI(URI) - Method in class org.corpus_tools.pepper.impl.PepperMapperImpl
-
{@inheritDoc PepperMapper#setResourceURI(URI)}
- setResourceURI(URI) - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
{@inheritDoc PepperMapper#setResourceURI(URI)}
- setResourceURI(URI) - Method in interface org.corpus_tools.pepper.modules.PepperMapper
-
Sets
URIof resource. - setSaltProject(SaltProject) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Sets the
SaltProjectwhich is converted by this job. - setSaltProject(SaltProject) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the
SaltProjectobject, which is filled, manipulated or exported by the current module. - setSaltProject(SaltProject) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the
SaltProjectobject, which is filled, manipulated or exported by the current module. - setStatus(DOCUMENT_STATUS) - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl.DetailedStatus
- setStop(boolean) - Method in class org.corpus_tools.pepper.common.PepperUtil.PepperJobReporter
-
Sets if
PepperJobstill has to be observed - setSupplierContact(URI) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets a uri where to find more information about this module and where to find some contact information to contact the supllier.
- setSupplierContact(URI) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets a uri where to find more information about this module and where to find some contact information to contact the supplier.
- setSupplierContact(URI) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets a uri where to find more information about this module and where to find some contact information to contact the supplier.
- setSupplierHomepage(URI) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns the
URIto the homepage describing the functionality of the module. - setSupplierHomepage(URI) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
- setSupplierHomepage(URI) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Returns the
URIto the homepage describing the functionality of the module. - setSymbolicName(String) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the symbolic name of this OSGi bundle.
- setSymbolicName(String) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the symbolic name of this OSGi bundle.
- setTemporaries(PepperModule, int) - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
Sets a temporary folder for each
PepperModuleto store temporary files if necessary. - setTemproraries(URI) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Deprecated.
- setTemproraries(URI) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Deprecated.
- setTypeOfResource(URI) - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
{@inheritDoc PepperImporter#setTypeOfResource(URI)}
- setTypeOfResource(URI) - Method in interface org.corpus_tools.pepper.modules.PepperImporter
-
This method is a callback and can be overridden by derived importers.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Calls method map.
- setValue(T) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- setValueString(String) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
-
Sets the given value to the internal one.
- setVersion(String) - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Sets the version of a Pepper module described by this
PepperModuleDescobject. - setVersion(String) - Method in class org.corpus_tools.pepper.common.StepDesc
-
Sets the version of the
PepperModuleto be used for this step. - setVersion(String) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Sets the version of this module.
- setVersion(String) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Sets the version of this module.
- sleep() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Sends the contained
SDocumentto sleep, which means, it will be stored to local disk and removed from main memory, by callingSDocument#saveSDocumentGraph(org.eclipse.emf.common.util.URI). - SOURCES_RESOURCES - Static variable in class org.corpus_tools.pepper.common.PepperConfiguration
-
Folder where the resources of a bundle is expected to be.
- start() - Method in class org.corpus_tools.pepper.impl.PepperExporterImpl
-
Adds the call of method
#exportCorpusStructure(SCorpusGraph), than callsPepperModule.start(). - start() - Method in class org.corpus_tools.pepper.impl.PepperImporterImpl
-
Overrides the method
PepperModuleImpl.start()to add the following, beforePepperModuleImpl.start()is called. - start() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Starts the conversion process.
- start() - Method in class org.corpus_tools.pepper.modules.coreModules.DoNothingExporter
- start() - Method in class org.corpus_tools.pepper.modules.coreModules.SaltXMLExporter
-
Creates a
Resourcefor theSaltProjectto persist contained objects likeSDocumentGraphetc. - start() - Method in interface org.corpus_tools.pepper.modules.PepperMapperController
-
Calls method map.
- start() - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
Starts the conversion process.
- start() - Method in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
This methods starts the processing of Pepper in the development environment.
- start(Collection<? extends PepperModule>) - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
-
This methods starts the processing of Pepper in the development environment for a set of Pepper modules.
- start(Pepper, Collection<? extends PepperModule>) - Static method in class org.corpus_tools.pepper.testFramework.PepperTestUtil
- start(Identifier) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
This method is called by method
PepperModuleImpl.start(), if the method was not overridden by the current class. - start(Identifier) - Method in interface org.corpus_tools.pepper.modules.PepperModule
-
This method is called by the method
PepperModule.start(). - startElement(String, String, String, Attributes) - Method in class org.corpus_tools.pepper.core.PepperParamsReader
- startElement(String, String, String, Attributes) - Method in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- status - Variable in class org.corpus_tools.pepper.common.PepperJob
-
status of job
- Step - Class in org.corpus_tools.pepper.core
-
This class is an extension of the class
StepDescand is for internal use only. - Step(String) - Constructor for class org.corpus_tools.pepper.core.Step
-
Initializes this object and sets its internal id, which represents its position in list of steps.
- Step(String, StepDesc) - Constructor for class org.corpus_tools.pepper.core.Step
-
Initializes this object and sets its internal id, which represents its position in list of steps.
- StepDesc - Class in org.corpus_tools.pepper.common
-
This class represents a description of a single step in Pepper.
- StepDesc() - Constructor for class org.corpus_tools.pepper.common.StepDesc
- stepDescs - Variable in class org.corpus_tools.pepper.common.PepperJob
-
list of all step descriptions
- stringToCharList(String) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
-
Expects a list of characters encoded as a String.
- supplierContact - Variable in class org.corpus_tools.pepper.common.PepperModuleDesc
- supportedFormatsCheck - Variable in class org.corpus_tools.pepper.testFramework.helpers.PepperImExporterTest
-
Deprecated.the visibality of this memeber will be shrinked to private. Use
addFormatWhichShouldBeSupported(FormatDesc)oraddFormatWhichShouldBeSupported(String, String)instead. - symbolicName - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
TODO make docu
T
- TAG_CUSTOMIZATION - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- TAG_EXPORTER - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- TAG_IMPORTER - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- TAG_MANIPULATOR - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- TAG_PEPEPR_JOB - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- TAG_PROP - Static variable in class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- temproraries - Variable in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Deprecated.
- TerminalDocumentBus - Class in org.corpus_tools.pepper.core
-
TODO make docu
- TerminalDocumentBus(String) - Constructor for class org.corpus_tools.pepper.core.TerminalDocumentBus
-
Creates an object of this type and sets the passes the given input controller and output controller.
- TerminalDocumentBus(List<String>) - Constructor for class org.corpus_tools.pepper.core.TerminalDocumentBus
-
Creates an object of this type and sets all passed in- and output
ModuleControllerImplobjects. - TextExporter - Class in org.corpus_tools.pepper.modules.coreModules
-
This is a PepperExporter which extracts and exports the primary text of a Salt model and stores it into a text file.
- TextExporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.TextExporter
- TextImporter - Class in org.corpus_tools.pepper.modules.coreModules
-
Maps a file-structure to a corpus-structure and reads the contained txt files to map their content to
STextualDSobjects. - TextImporter() - Constructor for class org.corpus_tools.pepper.modules.coreModules.TextImporter
-
Specifies the separator, which has to be set between to the texts of two token.
- TextImporter.TextMapper - Class in org.corpus_tools.pepper.modules.coreModules
-
Reads the content of txt files and creates a
STextualDSobject for each. - TextMapper() - Constructor for class org.corpus_tools.pepper.modules.coreModules.TextImporter.TextMapper
- THRIFTY - org.corpus_tools.pepper.common.MEMORY_POLICY
- TMP_TEST_DIR - Static variable in class org.corpus_tools.pepper.testFramework.helpers.PepperModuleTestHelper
-
{@inheritDoc PepperTestUtil#TMP_TEST_DIR}
- TMP_TEST_DIR - Static variable in class org.corpus_tools.pepper.testFramework.PepperTestUtil
-
Name of the directory where tests for Pepper and Pepper modules can be stored.
- toString() - Method in class org.corpus_tools.pepper.common.CorpusDesc
-
Returns a string representation of this object.
- toString() - Method in class org.corpus_tools.pepper.common.FormatDesc
-
Returns a String representation of this object.
- toString() - Method in enum org.corpus_tools.pepper.common.JOB_STATUS
- toString() - Method in class org.corpus_tools.pepper.common.ModuleFitness
- toString() - Method in class org.corpus_tools.pepper.common.PepperJob
-
Returns a textual representation of this Pepper job.
- toString() - Method in class org.corpus_tools.pepper.common.PepperModuleDesc
-
Returns a String representation of this object.
- toString() - Method in class org.corpus_tools.pepper.common.StepDesc
-
Returns a string representation of this object.
- toString() - Method in class org.corpus_tools.pepper.core.DocumentBus
-
returns a String representation of this object.
- toString() - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Returns a textual representation of this object.
- toString() - Method in class org.corpus_tools.pepper.core.ModuleControllerImpl
-
Returns a String representation of this object.
- toString() - Method in class org.corpus_tools.pepper.core.ModuleResolverImpl
-
TODO make docu
- toString() - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Returns a string representation of this object.
- toString() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns a textual representation of this Pepper job.
- toString() - Method in class org.corpus_tools.pepper.core.SelfTestDesc
- toString() - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Returns a string representation of this object.
- toString() - Method in class org.corpus_tools.pepper.modules.MappingSubject
-
Returns a String representation of this object.
- toString() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperties
- toString() - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty
- toXML(XMLStreamWriter) - Method in class org.corpus_tools.pepper.common.StepDesc
- TypeBuilder(String) - Constructor for class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder
U
- uncaughtException(Thread, Throwable) - Method in class org.corpus_tools.pepper.impl.PepperModuleImpl
-
Method catches Uncaught exceptions thrown by
PepperMapperImplwhile running as Thread. - unifyProposedImportOrders(SCorpusGraph) - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Returns a list of
Identifiers corresponding to theSDocumentobjects contained in the passedSCorpusGraphobject. - unreadFilesGroupedByExtension - Variable in class org.corpus_tools.pepper.impl.CorpusPathResolver
- unsetModuleResolver(ModuleResolver) - Method in class org.corpus_tools.pepper.core.PepperImpl
-
Unsets the
ModuleResolverImplreference. - unsetPepper(Pepper) - Method in class org.corpus_tools.pepper.core.PepperOSGiRunner
-
Unsets the
Pepperobject to do the conversion task. - updateStatus(ModuleController, DOCUMENT_STATUS) - Method in class org.corpus_tools.pepper.core.DocumentControllerImpl
-
Updates the status of a specified of contained
SDocumentobject corresponding to theModuleControllerImplmatching to the passed id. - updateStatus(ModuleController, DOCUMENT_STATUS) - Method in interface org.corpus_tools.pepper.modules.DocumentController
-
Updates the status of a specified of contained
SDocumentobject corresponding to theModuleControllerImplmatching to the passed id.
V
- ValidatorMapper() - Constructor for class org.corpus_tools.pepper.modules.coreModules.SaltValidator.ValidatorMapper
- valueOf(String) - Static method in enum org.corpus_tools.pepper.common.DOCUMENT_STATUS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.corpus_tools.pepper.common.JOB_STATUS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.corpus_tools.pepper.common.MEMORY_POLICY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.corpus_tools.pepper.common.MODULE_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.corpus_tools.pepper.common.ModuleFitness.Fitness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.corpus_tools.pepper.modules.PepperExporter.EXPORT_MODE
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.corpus_tools.pepper.common.DOCUMENT_STATUS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.corpus_tools.pepper.common.JOB_STATUS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.corpus_tools.pepper.common.MEMORY_POLICY
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.corpus_tools.pepper.common.MODULE_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.corpus_tools.pepper.common.ModuleFitness.Fitness
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.corpus_tools.pepper.common.ModuleFitness.FitnessFeature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.corpus_tools.pepper.modules.PepperExporter.EXPORT_MODE
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitUntilAllDocumentsArePut - Variable in class org.corpus_tools.pepper.core.DocumentBus
-
Used to let the
DocumentBus.pop(String)method wait until all documents have been put. - wire() - Method in class org.corpus_tools.pepper.core.PepperJobImpl
-
Wires all
Stepobjects being contained by this object to be ready for#start(). - withCorpusPath(String) - Method in class org.corpus_tools.pepper.common.CorpusDesc.Builder
- withCorpusPath(URI) - Method in class org.corpus_tools.pepper.common.CorpusDesc.Builder
- withDefaultValue(T) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder
- withDescription(String) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder
- withExpectedCorpusPath(URI) - Method in class org.corpus_tools.pepper.core.SelfTestDesc.Builder
- withFormatName(String) - Method in class org.corpus_tools.pepper.common.CorpusDesc.Builder
- withFormatReference(URI) - Method in class org.corpus_tools.pepper.common.CorpusDesc.Builder
- withFormatReference(URI) - Method in class org.corpus_tools.pepper.common.FormatDesc.FormatDescBuilder
- withFormatVersion(String) - Method in class org.corpus_tools.pepper.common.CorpusDesc.Builder
- withInputCorpusPath(URI) - Method in class org.corpus_tools.pepper.core.SelfTestDesc.Builder
- withName(String) - Method in class org.corpus_tools.pepper.common.FormatDesc.FormatDescBuilder
- withName(String) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder
- withType(Class<T>) - Method in class org.corpus_tools.pepper.modules.PepperModuleProperty.NameBuilder.TypeBuilder
- withVersion(String) - Method in class org.corpus_tools.pepper.common.FormatDesc.FormatDescBuilder
- WorkflowDescriptionReader - Class in org.corpus_tools.pepper.core
-
This class reads the 'new' workflow description file version 1.0 and fills the passed
PepperJobobject with the content of the read file. - WorkflowDescriptionReader() - Constructor for class org.corpus_tools.pepper.core.WorkflowDescriptionReader
- WorkflowException - Exception in org.corpus_tools.pepper.exceptions
-
This PepperException is thrown if an internal error occurs.
- WorkflowException() - Constructor for exception org.corpus_tools.pepper.exceptions.WorkflowException
- WorkflowException(String) - Constructor for exception org.corpus_tools.pepper.exceptions.WorkflowException
- WorkflowException(String, Throwable) - Constructor for exception org.corpus_tools.pepper.exceptions.WorkflowException
- writeAttribute(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeAttribute(String, String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeAttribute(String, String, String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeCData(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeCharacters(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeComment(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeDefaultNamespace(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeDTD(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeEmptyElement(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeEndDocument() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeEndElement() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeEntityRef(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeNamespace(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeProcessingInstruction(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeStartDocument() - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeStartDocument(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeStartDocument(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeStartElement(String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeStartElement(String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.corpus_tools.pepper.util.XMLStreamWriter
X
- XMLStreamWriter - Class in org.corpus_tools.pepper.util
-
This class is just a delegator class for a
XMLStreamWriterwith a pretty printing possibility. - XMLStreamWriter(XMLStreamWriter) - Constructor for class org.corpus_tools.pepper.util.XMLStreamWriter
All Classes All Packages