Uses of Interface
org.apache.uima.flow.FlowController
-
Packages that use FlowController Package Description org.apache.uima.analysis_engine.asb.impl org.apache.uima.flow org.apache.uima.flow.impl -
-
Uses of FlowController in org.apache.uima.analysis_engine.asb.impl
Fields in org.apache.uima.analysis_engine.asb.impl declared as FlowController Modifier and Type Field Description private FlowControllerFlowControllerContainer. mFlowControllerMethods in org.apache.uima.analysis_engine.asb.impl that return FlowController Modifier and Type Method Description private FlowControllerFlowControllerContainer. instantiateFlowController(ResourceCreationSpecifier aDescriptor)Instantiates the FlowController class specified in the descriptor. -
Uses of FlowController in org.apache.uima.flow
Classes in org.apache.uima.flow that implement FlowController Modifier and Type Class Description classCasFlowController_ImplBaseBase class to be extended by FlowControllers that use theCASinterface.classFlowController_ImplBaseImplementation base class for FlowControllers.classJCasFlowController_ImplBaseBase class to be extended by FlowControllers that use theJCasinterface. -
Uses of FlowController in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement FlowController Modifier and Type Class Description classCapabilityLanguageFlowControllerFlowController 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.classFixedFlowControllerSimple FlowController that invokes components in a fixed sequence.
-