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 FlowControllerDescriptionFlowControllerFactory.createFlowControllerDescription(Class<? extends FlowController> flowControllerClass, Object... configurationData) Creates a new FlowControllerDescription for a given class and configuration datastatic FlowControllerDescriptionFlowControllerFactory.createFlowControllerDescription(Class<? extends FlowController> flowControllerClass, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static FlowControllerDescriptionFlowControllerFactory.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 AnalysisEngineAnalysisEngineFactory.createAggregate(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Deprecated.static AnalysisEngineAnalysisEngineFactory.createAggregate(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(FlowControllerDescription flowControllerDescription, AnalysisEngineDescription... analysisEngineDescriptions) static AnalysisEngineAnalysisEngineFactory.createEngine(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineAnalysisEngineFactory.createEngine(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) Create and configure an aggregateAnalysisEnginefrom several component descriptions.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(List<AnalysisEngineDescription> analysisEngineDescriptions, List<String> componentNames, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription) A factory method for creating an aggregate description.static AnalysisEngineDescriptionAnalysisEngineFactory.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 descriptionsvoidAggregateBuilder.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 FlowControllerDescriptionCapabilityLanguageFlowController.getDescription()static FlowControllerDescriptionFixedFlowController.getDescription()static FlowControllerDescriptionFixedFlowController.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...)