Package org.apache.uima.flow
Class SimpleStepWithResultSpec
java.lang.Object
org.apache.uima.flow.Step
org.apache.uima.flow.SimpleStep
org.apache.uima.flow.SimpleStepWithResultSpec
Deprecated.
For backwards compatibility with Capability Language Flow only. User-developed Flow
Controllers should not use this.
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
ConstructorDescriptionSimpleStepWithResultSpec
(String aCasProcessorKey, ResultSpecification aResultSpec) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the results specificationvoid
setResultSpecification
(ResultSpecification aResultSpec) Deprecated.Sets the results specificationMethods inherited from class org.apache.uima.flow.SimpleStep
getAnalysisEngineKey, setAnalysisEngineKey
-
Constructor Details
-
SimpleStepWithResultSpec
Deprecated.- Parameters:
aCasProcessorKey
- keyaResultSpec
- Result Specification
-
-
Method Details
-
getResultSpecification
Deprecated.Gets the results specification- Returns:
- the results specification
-
setResultSpecification
Deprecated.Sets the results specification- Parameters:
aResultSpec
- the results specification to set
-