Uses of Interface
org.apache.uima.flow.Flow
Package
Description
-
Uses of Flow in org.apache.uima.analysis_engine.asb.impl
ModifierConstructorDescriptionFlowContainer
(Flow aFlow, FlowControllerContainer aFlowControllerContainer, CAS aCAS) -
Uses of Flow in org.apache.uima.flow
Modifier and TypeClassDescriptionclass
Convenience base class for Flow objects that use the CAS interface.class
Convenience base class for Flow objects that use the JCas interface.Modifier and TypeMethodDescriptionfinal Flow
CasFlowController_ImplBase.computeFlow
(AbstractCas aCAS) Overriden to check thataCAS
is an instanceofCAS
.abstract Flow
CasFlowController_ImplBase.computeFlow
(CAS aCAS) This method must be overriden by subclasses.FlowController.computeFlow
(AbstractCas aCAS) Invokes this FlowController on a CAS.final Flow
JCasFlowController_ImplBase.computeFlow
(AbstractCas aCAS) Overriden to check thataCAS
is an instanceofJCas
.abstract Flow
JCasFlowController_ImplBase.computeFlow
(JCas aJCas) This method must be overriden by subclasses.final Flow
CasFlow_ImplBase.newCasProduced
(AbstractCas newCas, String producedBy) Overriden to check thatnewCas
is 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.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.final Flow
JCasFlow_ImplBase.newCasProduced
(AbstractCas newCas, String producedBy) Overriden to check thatnewCas
is an instanceofJCas
.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. -
Uses of Flow in org.apache.uima.flow.impl
Modifier and TypeClassDescriptionclass
TheCapabilityLanguageAnalysisSequence
is used for aCapabilityLanguageFlow
.Modifier and TypeMethodDescriptionCapabilityLanguageFlowController.computeFlow
(CAS aCAS) FixedFlowController.computeFlow
(CAS aCAS)