Uses of Interface
org.apache.uima.flow.FlowControllerDescription
Packages that use FlowControllerDescription
Package
Description
Apache UIMA
Factories to create different kinds of UIMA resource specifiers.
Apache UIMA internals
Utility classes and interfaces used by UIMA components.
-
Uses of FlowControllerDescription in org.apache.uima
Methods in org.apache.uima that return FlowControllerDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createFlowControllerDescription()
Creates aFlowControllerDescription
-
Uses of FlowControllerDescription in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return FlowControllerDescriptionModifier and TypeMethodDescriptionstatic FlowControllerDescription
FlowControllerFactory.createFlowControllerDescription
(Class<? extends FlowController> flowControllerClass, Object... configurationData) Creates a new FlowControllerDescription for a given class and configuration datastatic FlowControllerDescription
FlowControllerFactory.createFlowControllerDescription
(Class<? extends FlowController> flowControllerClass, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static FlowControllerDescription
FlowControllerFactory.createFlowControllerDescription
(Class<? extends FlowController> flowControllerClass, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) Creates a new FlowControllerDescription for a given class and configuration parameters with valuesMethods in org.apache.uima.fit.factory with parameters of type FlowControllerDescriptionModifier and TypeMethodDescriptionstatic AnalysisEngine
AnalysisEngineFactory.createAggregate
(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Deprecated.static AnalysisEngine
AnalysisEngineFactory.createAggregate
(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) static AnalysisEngineDescription
AnalysisEngineFactory.createAggregateDescription
(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) static AnalysisEngineDescription
AnalysisEngineFactory.createAggregateDescription
(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) static AnalysisEngineDescription
AnalysisEngineFactory.createAggregateDescription
(FlowControllerDescription flowControllerDescription, AnalysisEngineDescription... analysisEngineDescriptions) static AnalysisEngine
AnalysisEngineFactory.createEngine
(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEngine
from several component classes.static AnalysisEngine
AnalysisEngineFactory.createEngine
(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) Create and configure an aggregateAnalysisEngine
from several component descriptions.static AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescription
(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEngine
from several component classes.static AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescription
(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) A factory method for creating an aggregate description.static AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescription
(FlowControllerDescription flowControllerDescription, AnalysisEngineDescription... analysisEngineDescriptions) A simplified factory method for creating an aggregate description for a given flow controller and a sequence of analysis engine descriptionsvoid
AggregateBuilder.setFlowControllerDescription
(FlowControllerDescription flowControllerDescription) Set the flow controller description of the aggregate engine created by this builder.Constructors in org.apache.uima.fit.factory with parameters of type FlowControllerDescriptionModifierConstructorDescriptionAggregateBuilder
(TypeSystemDescription typeSystemDescription, TypePriorities typePriorities, FlowControllerDescription flowControllerDescription) Instantiate an AggregateBuilder with a given type system, type priorities, and flow controller. -
Uses of FlowControllerDescription in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement FlowControllerDescriptionMethods in org.apache.uima.flow.impl that return FlowControllerDescriptionModifier and TypeMethodDescriptionstatic FlowControllerDescription
CapabilityLanguageFlowController.getDescription()
static FlowControllerDescription
FixedFlowController.getDescription()
static FlowControllerDescription
FixedFlowController.makeDefaultDescription()
-
Uses of FlowControllerDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FlowControllerDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory_impl.createFlowControllerDescription()
-
Uses of FlowControllerDescription in org.apache.uima.util
Methods in org.apache.uima.util that return FlowControllerDescriptionModifier and TypeMethodDescriptionXMLParser.parseFlowControllerDescription
(XMLInputSource aInput) Parses a FlowControllerDescription from an XML input stream.XMLParser.parseFlowControllerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a FlowControllerDescription from an XML input stream. -
Uses of FlowControllerDescription in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return FlowControllerDescriptionModifier and TypeMethodDescriptionXMLParser_impl.parseFlowControllerDescription
(XMLInputSource aInput) XMLParser_impl.parseFlowControllerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
AnalysisEngineFactory.createEngine(List, TypeSystemDescription, TypePriorities, SofaMapping[], FlowControllerDescription, Object...)