Class BaseMergerStep

  • All Implemented Interfaces:
    AutoCloseable, Function<Stream<net.sf.okapi.common.Event>,​Stream<net.sf.okapi.common.Event>>, net.sf.okapi.common.pipeline.IPipelineStep
    Direct Known Subclasses:
    SolrDocMergerStep

    public abstract class BaseMergerStep
    extends net.sf.okapi.common.pipeline.BasePipelineStep
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseMergerStep()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean checkTu​(net.sf.okapi.common.resource.ITextUnit tu)  
      • Methods inherited from class net.sf.okapi.common.pipeline.BasePipelineStep

        cancel, destroy, getHelpLocation, getParameters, getSourceLocale, getTargetLocale, handleEvent, isDone, isLastOutputStep, setLastOutputStep, setParameters, setSourceLocale, setTargetLocale
      • Methods inherited from interface net.sf.okapi.common.pipeline.IPipelineStep

        apply, close, getDescription, getName, handleStream
    • Constructor Detail

      • BaseMergerStep

        public BaseMergerStep()
    • Method Detail

      • checkTu

        public static boolean checkTu​(net.sf.okapi.common.resource.ITextUnit tu)