Uses of Interface
org.apache.uima.analysis_engine.metadata.FlowConstraints
Package
Description
Interfaces for objects that represent metadata for an Analysis Engine.
-
Uses of FlowConstraints in org.apache.uima.analysis_engine.metadata
Modifier and TypeInterfaceDescriptioninterface
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.interface
AFixedFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a fixed sequence.Modifier and TypeMethodDescriptionAnalysisEngineMetaData.getFlowConstraints()
For an aggregate AnalysisEngine only, gets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate.Modifier and TypeMethodDescriptionvoid
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. -
Uses of FlowConstraints in org.apache.uima.analysis_engine.metadata.impl
Modifier and TypeClassDescriptionclass
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.class
Reference implementation ofFixedFlow
.Modifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setFlowConstraints
(FlowConstraints aFlowConstraints) -
Uses of FlowConstraints in org.apache.uima.taeconfigurator.model