Uses of Interface
org.apache.uima.analysis_engine.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
Modifier 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
Modifier and TypeMethodDescriptionInvokes the processing of the aggregate on the given input CAS. -
Uses of CasIterator in org.apache.uima.analysis_engine.asb.impl
-
Uses of CasIterator in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Trivial CasIterator that returns no CASes.Modifier 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) -
Uses of CasIterator in org.apache.uima.analysis_engine.service.impl
Modifier and TypeMethodDescriptionAnalysisEngineServiceAdapter.processAndOutputNewCASes
(CAS aCAS)