Package com.acumenvelocity.ath.steps
Class BatchMtStep
- java.lang.Object
-
- net.sf.okapi.common.pipeline.BasePipelineStep
-
- com.acumenvelocity.ath.steps.BaseTuBatchProcessingStep
-
- com.acumenvelocity.ath.steps.BatchMtStep
-
- All Implemented Interfaces:
AutoCloseable,Function<Stream<net.sf.okapi.common.Event>,Stream<net.sf.okapi.common.Event>>,net.sf.okapi.common.pipeline.IPipelineStep
public class BatchMtStep extends BaseTuBatchProcessingStep
-
-
Constructor Summary
Constructors Constructor Description BatchMtStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()BatchMtParametersgetParameters()voidsetParameters(net.sf.okapi.common.IParameters params)-
Methods inherited from class com.acumenvelocity.ath.steps.BaseTuBatchProcessingStep
getNumProcessedTus, handleEvent
-
Methods inherited from class net.sf.okapi.common.pipeline.BasePipelineStep
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, isDone, isLastOutputStep, setLastOutputStep, setSourceLocale, setTargetLocale
-
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getParameters
public BatchMtParameters getParameters()
- Specified by:
getParametersin interfacenet.sf.okapi.common.pipeline.IPipelineStep- Overrides:
getParametersin classnet.sf.okapi.common.pipeline.BasePipelineStep
-
setParameters
public void setParameters(net.sf.okapi.common.IParameters params)
- Specified by:
setParametersin interfacenet.sf.okapi.common.pipeline.IPipelineStep- Overrides:
setParametersin classnet.sf.okapi.common.pipeline.BasePipelineStep
-
-