Class ParallelStep

java.lang.Object
org.apache.uima.flow.Step
org.apache.uima.aae.ParallelStep

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

    • ParallelStep

      public ParallelStep(String[] aCasProcessorKeys)
  • Method Details

    • getAnalysisEngineKeys

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

      public void setAnalysisEngineKeys(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.