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 -
Method Summary
Modifier and TypeMethodDescriptionString[]
Gets the key of the Analysis Engine to which the CAS should be routed.void
setAnalysisEngineKeys
(String[] aKeys) Sets the key of the Analysis Engine to which the CAS should be routed.
-
Constructor Details
-
ParallelStep
-
-
Method Details
-
getAnalysisEngineKeys
Gets the key of the Analysis Engine to which the CAS should be routed.- Returns:
- an AnalysisEngine key
-
setAnalysisEngineKeys
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.
-