Package org.apache.uima.aae
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 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.
-
-
-
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.
-
-