Package org.apache.uima.collection
package org.apache.uima.collection
Classes and interfaces for collection processing.
-
ClassDescriptionAny component that operates on analysis results produced by a UIMA analysis engine.Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.An
CasConsumerDescription
contains all of the information needed to instantiate and use anCasConsumer
.Deprecated.As of v2.0, CAS Initializers are deprecated.Deprecated.As of v2.0, CAS Initializers are deprecated.Deprecated.As of v2.0, CAS Initializers are deprecated.Thrown to indicate that there is a problem with some aspect of a Collection.ACollectionProcessingEngine
(CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-level results.ACollectionProcessingManager
(CPM) manages the application of anAnalysisEngine
to a collection of artifacts.ACollectionReader
is used to iterate over the elements of a Collection.Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.AnCollectionReaderDescription
contains all of the information needed to instantiate and use anCollectionReader
.Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by theCollectionProcessingManager
.Interface for a Listener that receives notification from theCollectionProcessingManager
as various events occur.