Uses of Class
org.apache.uima.flow.FlowController_ImplBase

Packages that use FlowController_ImplBase
org.apache.uima.examples.flow   
org.apache.uima.flow   
org.apache.uima.flow.impl   
 

Uses of FlowController_ImplBase in org.apache.uima.examples.flow
 

Subclasses of FlowController_ImplBase in org.apache.uima.examples.flow
 class AdvancedFixedFlowController
          Simple FlowController that invokes components in a fixed sequence.
 class WhiteboardFlowController
          FlowController implementing a simple version of the "whiteboard" flow model.
 class WhiteboardFlowController2
          FlowController implementing a simple version of the "whiteboard" flow model.
 

Uses of FlowController_ImplBase in org.apache.uima.flow
 

Subclasses of FlowController_ImplBase in org.apache.uima.flow
 class CasFlowController_ImplBase
          Base class to be extended by FlowControllers that use the CAS interface.
 class JCasFlowController_ImplBase
          Base class to be extended by FlowControllers that use the JCas interface.
 

Uses of FlowController_ImplBase in org.apache.uima.flow.impl
 

Subclasses of FlowController_ImplBase in org.apache.uima.flow.impl
 class CapabilityLanguageFlowController
          FlowController 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.
 class FixedFlowController
          Simple FlowController that invokes components in a fixed sequence.
 



Copyright © 2013. All Rights Reserved.