org.apache.uima.aae
Class ParallelStep

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

public class ParallelStep
extends org.apache.uima.flow.Step


Constructor Summary
ParallelStep(java.lang.String[] aCasProcessorKeys)
           
 
Method Summary
 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.



Copyright © 2011. All Rights Reserved.