Uses of Interface
org.apache.uima.flow.FlowController
Packages that use FlowController
Package
Description
uimaFIT-enhanced base classes for UIMA components and some simple components.
Factories to create different kinds of UIMA resource specifiers.
- 
Uses of FlowController in org.apache.uima.fit.componentClasses in org.apache.uima.fit.component that implement FlowControllerModifier and TypeClassDescriptionclassclass
- 
Uses of FlowController in org.apache.uima.fit.factoryMethod parameters in org.apache.uima.fit.factory with type arguments of type FlowControllerModifier 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 values
- 
Uses of FlowController in org.apache.uima.flowClasses in org.apache.uima.flow that implement FlowController
- 
Uses of FlowController in org.apache.uima.flow.implClasses in org.apache.uima.flow.impl that implement FlowControllerModifier and TypeClassDescriptionclassFlowController for the CapabilityLanguageFlow, which uses a linear flow but may skip some of the AEs in the flow if they do not handle the language of the current document or if their outputs have already been produced by a previous AE in the flow.classSimple FlowController that invokes components in a fixed sequence.