Class FlowContainer
java.lang.Object
org.apache.uima.analysis_engine.asb.impl.FlowContainer
Container for Flow objects, to handle CAS conversions and performance timing.
-
Constructor Summary
ConstructorDescriptionFlowContainer
(Flow aFlow, FlowControllerContainer aFlowControllerContainer, CAS aCAS) -
Method Summary
Modifier and TypeMethodDescriptionvoid
aborted()
boolean
continueOnFailure
(String failedAeKey, Exception failure) getMBean()
Gets the MBean to use to report performance statistics.newCasProduced
(CAS newCAS, String producedBy) next()
-
Constructor Details
-
FlowContainer
-
-
Method Details
-
newCasProduced
public FlowContainer newCasProduced(CAS newCAS, String producedBy) throws AnalysisEngineProcessException - Throws:
AnalysisEngineProcessException
-
next
- Throws:
AnalysisEngineProcessException
-
aborted
public void aborted() -
continueOnFailure
-
getMBean
Gets the MBean to use to report performance statistics.- Returns:
- the MBean to use to report performance statistics
-