public class SimpleStep extends Step
Flow.next() method will be called again to determine the next destination for the
CAS.| Constructor and Description |
|---|
SimpleStep(java.lang.String aCasProcessorKey)
Creates a new SimpleStep
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnalysisEngineKey()
Gets the key of the Analysis Engine to which the CAS should be routed.
|
void |
setAnalysisEngineKey(java.lang.String aKey)
Sets the key of the Analysis Engine to which the CAS should be routed.
|
public SimpleStep(java.lang.String aCasProcessorKey)
aCasProcessorKey - 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().public java.lang.String getAnalysisEngineKey()
public void setAnalysisEngineKey(java.lang.String aKey)
aKey - an Analysis Engine key. This must be one of the keys in the FlowController's
FlowControllerContext.getAnalysisEngineMetaDataMap().Copyright © 2013. All Rights Reserved.