Package org.apache.uima.flow


package org.apache.uima.flow
  • Class
    Description
    Convenience base class for Flow objects that use the CAS interface.
    Base class to be extended by FlowControllers that use the CAS interface.
    Indicates that a CAS has finished being processed by the aggregate.
    A Flow object is responsible for routing a single CAS through an Aggregate Analysis Engine.
    FlowControllers are components that decide how to route CASes within Aggregate Analysis Engines.
    Implementation base class for FlowControllers.
    A subtype of UimaContext used by FlowController components.
    A FlowControllerDescription contains all of the information needed to instantiate and use a FlowController.
    Convenience base class for Flow objects that use the JCas interface.
    Base class to be extended by FlowControllers that use the JCas interface.
    Indicates that a CAS should be routed to a multiple AnalysisEngines and that the relative order in which these execute does not matter.
    Indicates that a CAS should be routed to a single AnalysisEngine.
    Deprecated.
    For backwards compatibility with Capability Language Flow only.
    Represents the next destination or destinations to which a CAS should be routed.