Uses of Interface
org.apache.uima.analysis_engine.CasIterator
Packages that use CasIterator
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Contains the Analysis Structure Broker (ASB) interface, along with supporting
interfaces and exception classes.
-
Uses of CasIterator in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return CasIteratorModifier and TypeMethodDescriptionAnalysisEngine.processAndOutputNewCASes
(CAS aCAS) Processes a CAS, possibly producing multiple CASes as a result. -
Uses of CasIterator in org.apache.uima.analysis_engine.asb
Methods in org.apache.uima.analysis_engine.asb that return CasIteratorModifier and TypeMethodDescriptionInvokes the processing of the aggregate on the given input CAS. -
Uses of CasIterator in org.apache.uima.analysis_engine.asb.impl
Classes in org.apache.uima.analysis_engine.asb.impl that implement CasIteratorModifier and TypeClassDescription(package private) class
Inner class implementing the CasIterator returned from the processAndOutputNewCASes(CAS) method.Fields in org.apache.uima.analysis_engine.asb.impl declared as CasIteratorModifier and TypeFieldDescription(package private) CasIterator
ASB_impl.StackFrame.casIterator
CasIterator that returns output CASes produced by the CasMultiplier.Methods in org.apache.uima.analysis_engine.asb.impl that return CasIteratorConstructors in org.apache.uima.analysis_engine.asb.impl with parameters of type CasIteratorModifierConstructorDescription(package private)
StackFrame
(CasIterator casIterator, CAS originalCas, FlowContainer originalCasFlow, String lastAeKey) (package private)
StackFrame
(CasIterator casIterator, CAS originalCas, FlowContainer originalCasFlow, String lastAeKey, ParallelStep incompleteParallelStep) -
Uses of CasIterator in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement CasIteratorModifier and TypeClassDescriptionclass
Trivial CasIterator that returns no CASes.(package private) class
Implements the iterator that steps through all outputs from an AnalysisComponent.(package private) class
Implements the iterator that steps through all outputs from an AnalysisComponent.Fields in org.apache.uima.analysis_engine.impl declared as CasIteratorMethods in org.apache.uima.analysis_engine.impl that return CasIteratorModifier and TypeMethodDescriptionAggregateAnalysisEngine_impl.processAndOutputNewCASes
(CAS aCAS) AnalysisEngineImplBase.processAndOutputNewCASes
(CAS aCAS) AnalysisEngineProcessorAdapter.processAndOutputNewCASes
(CAS aCAS) MultiprocessingAnalysisEngine_impl.processAndOutputNewCASes
(CAS aCAS) PearAnalysisEngineWrapper.processAndOutputNewCASes
(CAS aCAS) PrimitiveAnalysisEngine_impl.processAndOutputNewCASes
(CAS aCAS) UimacppAnalysisEngineImpl.processAndOutputNewCASes
(CAS aCAS) Constructors in org.apache.uima.analysis_engine.impl with parameters of type CasIterator -
Uses of CasIterator in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl that return CasIteratorModifier and TypeMethodDescriptionAnalysisEngineServiceAdapter.processAndOutputNewCASes
(CAS aCAS)