Uses of Interface
org.apache.uima.flow.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
Modifier and TypeMethodDescriptionResourceSpecifierFactory.createFlowControllerDescription()
Creates aFlowControllerDescription
-
Uses of FlowControllerDescription in org.apache.uima.fit.factory
Modifier 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 valuesModifier 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.ModifierConstructorDescriptionAggregateBuilder
(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
Modifier and TypeMethodDescriptionstatic FlowControllerDescription
CapabilityLanguageFlowController.getDescription()
static FlowControllerDescription
FixedFlowController.getDescription()
static FlowControllerDescription
FixedFlowController.makeDefaultDescription()
-
Uses of FlowControllerDescription in org.apache.uima.impl
Modifier and TypeMethodDescriptionResourceSpecifierFactory_impl.createFlowControllerDescription()
-
Uses of FlowControllerDescription in org.apache.uima.util
Modifier 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
Modifier and TypeMethodDescriptionXMLParser_impl.parseFlowControllerDescription
(XMLInputSource aInput) XMLParser_impl.parseFlowControllerDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
AnalysisEngineFactory.createEngine(List, TypeSystemDescription, TypePriorities, SofaMapping[], FlowControllerDescription, Object...)