|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowConstraints | |
---|---|
org.apache.uima.analysis_engine.metadata | Interfaces for objects that represent metadata for an Analysis Engine. |
Uses of FlowConstraints in org.apache.uima.analysis_engine.metadata |
---|
Subinterfaces of FlowConstraints in org.apache.uima.analysis_engine.metadata | |
---|---|
interface |
CapabilityLanguageFlow
A CapabilityLanguageFlow is a simple type of FlowConstraints that
specifies the complete flow as a capabilityLanguage sequence. |
interface |
FixedFlow
A FixedFlow is a simple type of FlowConstraints that specifies the
complete flow as a fixed sequence. |
Methods in org.apache.uima.analysis_engine.metadata that return FlowConstraints | |
---|---|
FlowConstraints |
AnalysisEngineMetaData.getFlowConstraints()
For an aggregate AnalysisEngine only, gets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate. |
Methods in org.apache.uima.analysis_engine.metadata with parameters of type FlowConstraints | |
---|---|
void |
AnalysisEngineMetaData.setFlowConstraints(FlowConstraints aFlowConstraints)
For an aggregate AnalysisEngine only, sets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate.Flow constraints are optional. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |