public abstract class CompoundStep extends AbstractPipelineStep
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<IPipelineStep> |
steps |
| Constructor and Description |
|---|
CompoundStep() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addStepsToList(List<IPipelineStep> list) |
protected void |
component_init() |
Event |
handleEvent(Event event) |
void |
setInputUri(URI inputURI) |
void |
setOutputEncoding(String outputEncoding) |
void |
setOutputUri(URI outputURI) |
void |
setTargetLocale(LocaleId targetLocale) |
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setSourceLocalecomponent_done, getParameters, getParameters, getParametersClassName, setParametersexec, getDescription, getName, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getName, getParameters, setParametersprotected LinkedList<IPipelineStep> steps
protected abstract void addStepsToList(List<IPipelineStep> list)
protected void component_init()
component_init in class OkapiComponentpublic Event handleEvent(Event event)
handleEvent in interface IPipelineStephandleEvent in class AbstractPipelineSteppublic void setTargetLocale(LocaleId targetLocale)
setTargetLocale in class AbstractPipelineSteppublic void setOutputEncoding(String outputEncoding)
public void setInputUri(URI inputURI)
public void setOutputUri(URI outputURI)
Copyright © 2019. All rights reserved.