public class SegmentationStep extends BasePipelineStep
| Constructor and Description |
|---|
SegmentationStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getInputRootDirectory() |
String |
getName() |
IParameters |
getParameters() |
String |
getRootDirectory() |
LocaleId |
getSourceLocale() |
List<LocaleId> |
getTargetLocales() |
protected Event |
handleCustom(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleStartBatchItem(Event event) |
protected Event |
handleStartDocument(Event event) |
protected Event |
handleTextUnit(Event event) |
void |
setInputRootDirectory(String inputRootDir) |
void |
setParameters(IParameters params) |
void |
setRootDirectory(String rootDir) |
void |
setSourceLocale(LocaleId sourceLocale) |
void |
setTargetLocales(List<LocaleId> targetLocales) |
cancel, destroy, getHelpLocation, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputSteppublic void setSourceLocale(LocaleId sourceLocale)
public void setRootDirectory(String rootDir)
public void setInputRootDirectory(String inputRootDir)
public LocaleId getSourceLocale()
public String getRootDirectory()
public String getInputRootDirectory()
public String getName()
public String getDescription()
public IParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineStepprotected Event handleStartBatch(Event event)
handleStartBatch in class BasePipelineStepprotected Event handleStartBatchItem(Event event)
handleStartBatchItem in class BasePipelineStepprotected Event handleStartDocument(Event event)
handleStartDocument in class BasePipelineStepprotected Event handleCustom(Event event)
handleCustom in class BasePipelineStepprotected Event handleTextUnit(Event event)
handleTextUnit in class BasePipelineStepCopyright © 2020. All rights reserved.