|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.uima.flow.Step org.apache.uima.flow.SimpleStep
public class SimpleStep
Indicates that a CAS should be routed to a single AnalysisEngine. After it has been processed,
the Flow.next()
method will be called again to determine the next destination for the
CAS.
Constructor Summary | |
---|---|
SimpleStep(String aCasProcessorKey)
Creates a new SimpleStep |
Method Summary | |
---|---|
String |
getAnalysisEngineKey()
Gets the key of the Analysis Engine to which the CAS should be routed. |
void |
setAnalysisEngineKey(String aKey)
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 |
---|
public SimpleStep(String aCasProcessorKey)
aAnalysisEngineKey
- The key of the Analysis Engine to which the CAS should be routed. This must be one of
the keys in the FlowController's
FlowControllerContext.getAnalysisEngineMetaDataMap()
.Method Detail |
---|
public String getAnalysisEngineKey()
public void setAnalysisEngineKey(String aKey)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |