Uses of Interface
org.apache.uima.analysis_engine.metadata.FlowConstraints

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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.