|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.flow.Step
org.apache.uima.flow.SimpleStep
org.apache.uima.flow.SimpleStepWithResultSpec
@Deprecated public class SimpleStepWithResultSpec
Special type of SimpleStep intended only for backwards compatibility with the behavior of the Capability Language Flow in UIMA 1.x. Allows the Flow Controller to set a Result Specification for the AE that will be called next.
Constructor Summary | |
---|---|
SimpleStepWithResultSpec(java.lang.String aCasProcessorKey,
ResultSpecification aResultSpec)
Deprecated. |
Method Summary | |
---|---|
ResultSpecification |
getResultSpecification()
Deprecated. Gets the results specification |
void |
setResultSpecification(ResultSpecification aResultSpec)
Deprecated. Sets the results specification |
Methods inherited from class org.apache.uima.flow.SimpleStep |
---|
getAnalysisEngineKey, setAnalysisEngineKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStepWithResultSpec(java.lang.String aCasProcessorKey, ResultSpecification aResultSpec)
aCasProcessorKey
- aResultSpec
- Method Detail |
---|
public ResultSpecification getResultSpecification()
public void setResultSpecification(ResultSpecification aResultSpec)
aResultSpec
- the results specification to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |