Package org.apache.uima.flow
package org.apache.uima.flow
-
ClassDescriptionConvenience 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 ofUimaContext
used byFlowController
components.AFlowControllerDescription
contains all of the information needed to instantiate and use aFlowController
.Convenience base class for Flow objects that use the JCas interface.Base class to be extended by FlowControllers that use theJCas
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.