| Package | Description |
|---|---|
| org.corpus_tools.pepper.core |
| Modifier and Type | Method and Description |
|---|---|
Step |
PepperJobImpl.addStep(StepDesc stepDesc)
Creates a new
Step object containing all values of the passed
StepDesc object and adds it to the workflow covered by this
PepperJobImpl. |
Step |
Step.setCorpusDesc(CorpusDesc corpusDesc)
Sets an object to describe all infos about the corpus to im- or export.
|
Step |
Step.setProps(Properties props)
If
setPepperModule(PepperModule) was already called, the passed
Properties object is used to create a
PepperModuleProperties object, which is set to given
PepperModule. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<org.apache.commons.lang3.tuple.Pair<Step,Collection<String>>> |
PepperJobImpl.checkReadyToStart()
Checks for each
PepperModule in all steps, if it is ready to
start, via calling PepperModule.isReadyToStart(). |
List<Step> |
PepperJobImpl.getAllSteps()
Returns a of all steps belonging no matter, to which phase they belong.
|
List<Step> |
PepperJobImpl.getExportSteps()
Returns the list of all steps belonging to the export phase.
|
List<Step> |
PepperJobImpl.getImportSteps()
Returns the list of all steps belonging to the import phase.
|
List<Step> |
PepperJobImpl.getManipulationSteps()
Returns the list of all steps belonging to the manipulation phase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PepperJobImpl.addStep(Step step)
Adds the passed
Step object to the workflow covered by this
PepperJobImpl object and tries to resolve the described
PepperModule. |
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.