Uses of Interface
org.apache.uima.analysis_engine.metadata.FlowConstraints
Packages that use FlowConstraints
Package
Description
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.metadataModifier 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.Methods in org.apache.uima.analysis_engine.metadata that return FlowConstraintsModifier and TypeMethodDescriptionAnalysisEngineMetaData.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 FlowConstraintsModifier 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
Classes in org.apache.uima.analysis_engine.metadata.impl that implement FlowConstraintsModifier and TypeClassDescriptionclass
ACapabilityLanguageFlow
is a simple type ofFlowConstraints
that specifies the complete flow as a capabilityLanguage sequence.class
Reference implementation ofFixedFlow
.Methods in org.apache.uima.analysis_engine.metadata.impl that return FlowConstraintsMethods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FlowConstraintsModifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setFlowConstraints
(FlowConstraints aFlowConstraints) -
Uses of FlowConstraints in org.apache.uima.taeconfigurator.model
Constructors in org.apache.uima.taeconfigurator.model with parameters of type FlowConstraints