Class ParallelStep


  • public class ParallelStep
    extends org.apache.uima.flow.Step
    • Constructor Summary

      Constructors 
      Constructor Description
      ParallelStep​(java.lang.String[] aCasProcessorKeys)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getAnalysisEngineKeys()
      Gets the key of the Analysis Engine to which the CAS should be routed.
      void setAnalysisEngineKeys​(java.lang.String[] aKeys)
      Sets the key of the Analysis Engine to which the CAS should be routed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParallelStep

        public ParallelStep​(java.lang.String[] aCasProcessorKeys)
    • Method Detail

      • getAnalysisEngineKeys

        public java.lang.String[] getAnalysisEngineKeys()
        Gets the key of the Analysis Engine to which the CAS should be routed.
        Returns:
        an AnalysisEngine key
      • setAnalysisEngineKeys

        public void setAnalysisEngineKeys​(java.lang.String[] aKeys)
        Sets the key of the Analysis Engine to which the CAS should be routed. By using this method, a user's Flow implementation can (but is not required to) reuse the same SimpleStep object multiple times.