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

Packages that use FlowControllerDeclaration
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.asb Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and exception classes. 
 

Uses of FlowControllerDeclaration in org.apache.uima
 

Methods in org.apache.uima that return FlowControllerDeclaration
 FlowControllerDeclaration ResourceSpecifierFactory.createFlowControllerDeclaration()
          Creates a FlowControllerDeclaration
 

Uses of FlowControllerDeclaration in org.apache.uima.analysis_engine
 

Methods in org.apache.uima.analysis_engine that return FlowControllerDeclaration
 FlowControllerDeclaration AnalysisEngineDescription.getFlowControllerDeclaration()
          For an aggregate AnalysisEngine only, gets the declaration of which FlowController should be used by the AnalysisEngine.
 

Methods in org.apache.uima.analysis_engine with parameters of type FlowControllerDeclaration
 void AnalysisEngineDescription.setFlowControllerDeclaration(FlowControllerDeclaration aFlowControllerDeclaration)
          For an aggregate AnalysisEngine only, sets the declaration of which FlowController should be used by the AnalysisEngine.
 

Uses of FlowControllerDeclaration in org.apache.uima.analysis_engine.asb
 

Methods in org.apache.uima.analysis_engine.asb with parameters of type FlowControllerDeclaration
 void ASB.setup(Map aComponentSpecifiers, UimaContextAdmin aParentContext, FlowControllerDeclaration aFlowControllerDeclaration, AnalysisEngineMetaData aAggregateMetadata)
          Called by the Aggregate Analysis Engine to provide this ASB with information it needs to operate.
 



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