Uses of Interface
org.apache.uima.flow.Flow
-
Packages that use Flow Package Description org.apache.uima.analysis_engine.asb.impl org.apache.uima.flow org.apache.uima.flow.impl -
-
Uses of Flow in org.apache.uima.analysis_engine.asb.impl
Fields in org.apache.uima.analysis_engine.asb.impl declared as Flow Modifier and Type Field Description private Flow
FlowContainer. mFlow
Constructors in org.apache.uima.analysis_engine.asb.impl with parameters of type Flow Constructor Description FlowContainer(Flow aFlow, FlowControllerContainer aFlowControllerContainer, CAS aCAS)
-
Uses of Flow in org.apache.uima.flow
Classes in org.apache.uima.flow that implement Flow Modifier and Type Class Description class
CasFlow_ImplBase
Convenience base class for Flow objects that use the CAS interface.class
JCasFlow_ImplBase
Convenience base class for Flow objects that use the JCas interface.Methods in org.apache.uima.flow that return Flow Modifier and Type Method Description 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.Flow
FlowController. computeFlow(AbstractCas aCAS)
Invokes this FlowController on a CAS.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.Flow
CasFlow_ImplBase. newCasProduced(AbstractCas newCas, java.lang.String producedBy)
Overriden to check thatnewCas
is an instanceofCAS
.protected Flow
CasFlow_ImplBase. newCasProduced(CAS newCas, java.lang.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
Flow. newCasProduced(AbstractCas newCas, java.lang.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, java.lang.String producedBy)
Overriden to check thatnewCas
is an instanceofJCas
.protected Flow
JCasFlow_ImplBase. newCasProduced(JCas newCas, java.lang.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
Classes in org.apache.uima.flow.impl that implement Flow Modifier and Type Class Description class
CapabilityLanguageFlowObject
TheCapabilityLanguageAnalysisSequence
is used for aCapabilityLanguageFlow
.(package private) class
FixedFlowController.FixedFlowObject
Methods in org.apache.uima.flow.impl that return Flow Modifier and Type Method Description Flow
CapabilityLanguageFlowController. computeFlow(CAS aCAS)
Flow
FixedFlowController. computeFlow(CAS aCAS)
Flow
FixedFlowController.FixedFlowObject. newCasProduced(CAS newCas, java.lang.String producedBy)
-