Uses of Class
org.corpus_tools.pepper.core.Step
-
Packages that use Step Package Description org.corpus_tools.pepper.core -
-
Uses of Step in org.corpus_tools.pepper.core
Methods in org.corpus_tools.pepper.core that return Step Modifier and Type Method Description StepPepperJobImpl. addStep(StepDesc stepDesc)Creates a newStepobject containing all values of the passedStepDescobject and adds it to the workflow covered by thisPepperJobImpl.StepStep. setCorpusDesc(CorpusDesc corpusDesc){@inheritDoc StepDesc#setCorpusDesc(CorpusDesc)} Further passes the givenCorpusDescto theModuleControllerImpl, if already set.StepStep. setProps(Properties props)IfsetPepperModule(PepperModule)was already called, the passedPropertiesobject is used to create aPepperModulePropertiesobject, which is set to givenPepperModule.Methods in org.corpus_tools.pepper.core that return types with arguments of type Step Modifier and Type Method Description protected Collection<org.apache.commons.lang3.tuple.Pair<Step,Collection<String>>>PepperJobImpl. checkReadyToStart()Checks for eachPepperModulein all steps, if it is ready to start, via callingPepperModule.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.Methods in org.corpus_tools.pepper.core with parameters of type Step Modifier and Type Method Description voidPepperJobImpl. addStep(Step step)Adds the passedStepobject to the workflow covered by thisPepperJobImplobject and tries to resolve the describedPepperModule.
-