org.apache.uima.analysis_engine.asb.impl
Class FlowContainer
java.lang.Object
org.apache.uima.analysis_engine.asb.impl.FlowContainer
public class FlowContainer
- extends java.lang.Object
Container for Flow objects, to handle CAS conversions and performance timing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowContainer
public FlowContainer(Flow aFlow,
FlowControllerContainer aFlowControllerContainer,
CAS aCAS)
newCasProduced
public FlowContainer newCasProduced(CAS newCAS,
java.lang.String producedBy)
throws AnalysisEngineProcessException
- Throws:
AnalysisEngineProcessException
next
public Step next()
throws AnalysisEngineProcessException
- Throws:
AnalysisEngineProcessException
aborted
public void aborted()
continueOnFailure
public boolean continueOnFailure(java.lang.String failedAeKey,
java.lang.Exception failure)
getMBean
public AnalysisEngineManagementImpl getMBean()
- Gets the MBean to use to report performance statistics.
Copyright © 2012. All Rights Reserved.