public class TranslationComparisonStep extends BasePipelineStep
| Constructor and Description |
|---|
TranslationComparisonStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Parameters |
getParameters() |
protected Event |
handleEndBatch(Event event) |
protected Event |
handleEndDocument(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleStartDocument(Event event1) |
protected Event |
handleTextUnit(Event event1) |
void |
setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper) |
void |
setInputRootDirectory(String inputRootDir) |
void |
setInputURI(URI inputURI) |
void |
setParameters(IParameters params) |
void |
setRootDirectory(String rootDir) |
void |
setSecondInput(RawDocument secondInput) |
void |
setSourceLocale(LocaleId sourceLocale) |
void |
setTargetLocale(LocaleId targetLocale) |
void |
setThirdInput(RawDocument thirdInput) |
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartGroup, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputSteppublic void setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
public void setSourceLocale(LocaleId sourceLocale)
setSourceLocale in interface IPipelineStepsetSourceLocale in class BasePipelineSteppublic void setTargetLocale(LocaleId targetLocale)
setTargetLocale in interface IPipelineStepsetTargetLocale in class BasePipelineSteppublic void setInputURI(URI inputURI)
public void setSecondInput(RawDocument secondInput)
public void setThirdInput(RawDocument thirdInput)
public void setRootDirectory(String rootDir)
public void setInputRootDirectory(String inputRootDir)
public String getName()
public String getDescription()
public Parameters 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 handleEndBatch(Event event)
handleEndBatch in class BasePipelineStepprotected Event handleStartDocument(Event event1)
handleStartDocument in class BasePipelineStepprotected Event handleEndDocument(Event event)
handleEndDocument in class BasePipelineStepprotected Event handleTextUnit(Event event1)
handleTextUnit in class BasePipelineStepCopyright © 2021. All rights reserved.