| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine.asb.impl | |
| org.apache.uima.flow | |
| org.apache.uima.flow.impl | 
| Constructor and Description | 
|---|
| FlowContainer(Flow aFlow,
             FlowControllerContainer aFlowControllerContainer,
             CAS aCAS) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasFlow_ImplBaseConvenience base class for Flow objects that use the CAS interface. | 
| class  | JCasFlow_ImplBaseConvenience base class for Flow objects that use the JCas interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Flow | CasFlowController_ImplBase. computeFlow(AbstractCas aCAS)Overriden to check that  aCASis an instanceofCAS. | 
| Flow | JCasFlowController_ImplBase. computeFlow(AbstractCas aCAS)Overriden to check that  aCASis an instanceofJCas. | 
| Flow | FlowController. computeFlow(AbstractCas aCAS)Invokes this FlowController on a CAS. | 
| abstract Flow | CasFlowController_ImplBase. computeFlow(CAS aCAS)This method must be overriden by subclasses. | 
| abstract Flow | JCasFlowController_ImplBase. computeFlow(JCas aJCas)This method must be overriden by subclasses. | 
| Flow | Flow. newCasProduced(AbstractCas newCas,
              String producedBy)Called by the framework if the CAS that is being routed by this Flow has been sent to a CAS
 Multiplier which has then created a new CAS derived from that original CAS. | 
| Flow | JCasFlow_ImplBase. newCasProduced(AbstractCas newCas,
              String producedBy)Overriden to check that  newCasis an instanceofJCas. | 
| Flow | CasFlow_ImplBase. newCasProduced(AbstractCas newCas,
              String producedBy)Overriden to check that  newCasis an instanceofCAS. | 
| protected Flow | CasFlow_ImplBase. newCasProduced(CAS newCas,
              String producedBy)By default, throws an exception to indicate this this Flow object does not support new CASes
 being produced in the middle of the flow. | 
| protected Flow | JCasFlow_ImplBase. newCasProduced(JCas newCas,
              String producedBy)By default, throws an exception to indicate this this Flow object does not support new CASes
 being produced in the middle of the flow. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CapabilityLanguageFlowObjectThe  CapabilityLanguageAnalysisSequenceis used for aCapabilityLanguageFlow. | 
| Modifier and Type | Method and Description | 
|---|---|
| Flow | CapabilityLanguageFlowController. computeFlow(CAS aCAS) | 
| Flow | FixedFlowController. computeFlow(CAS aCAS) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.