Uses of Package
org.apache.uima.collection

Packages that use org.apache.uima.collection
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.adapter.soap   
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_engine.impl.compatibility   
org.apache.uima.analysis_engine.service.impl   
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.impl   
org.apache.uima.collection.impl.cpm   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.examples Examples illustrating how to use the UIMA Framework. 
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.xmi   
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.test.junit_extension   
org.apache.uima.tools.components   
org.apache.uima.tools.docanalyzer   
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
org.apache.uima.util.impl   
 

Classes in org.apache.uima.collection used by org.apache.uima
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CasInitializer
          Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CollectionProcessingEngine
          A CollectionProcessingEngine (CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-level results.
CollectionProcessingManager
          A CollectionProcessingManager (CPM) manages the application of an AnalysisEngine to a collection of artifacts.
CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
 

Classes in org.apache.uima.collection used by org.apache.uima.adapter.soap
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
 

Classes in org.apache.uima.collection used by org.apache.uima.adapter.vinci
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
 

Classes in org.apache.uima.collection used by org.apache.uima.analysis_engine.impl.compatibility
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
 

Classes in org.apache.uima.collection used by org.apache.uima.analysis_engine.service.impl
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
 

Classes in org.apache.uima.collection used by org.apache.uima.collection
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CasInitializer
          Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CollectionException
          Thrown to indicate that there is a problem with some aspect of a Collection.
CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
EntityProcessStatus
          Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
StatusCallbackListener
          Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
 

Classes in org.apache.uima.collection used by org.apache.uima.collection.base_cpm
CollectionException
          Thrown to indicate that there is a problem with some aspect of a Collection.
EntityProcessStatus
          Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
 

Classes in org.apache.uima.collection used by org.apache.uima.collection.impl
CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CasInitializerDescription
          Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CollectionException
          Thrown to indicate that there is a problem with some aspect of a Collection.
CollectionProcessingEngine
          A CollectionProcessingEngine (CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-level results.
CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
EntityProcessStatus
          Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
StatusCallbackListener
          Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
 

Classes in org.apache.uima.collection used by org.apache.uima.collection.impl.cpm
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CollectionProcessingManager
          A CollectionProcessingManager (CPM) manages the application of an AnalysisEngine to a collection of artifacts.
CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
StatusCallbackListener
          Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
 

Classes in org.apache.uima.collection used by org.apache.uima.collection.impl.cpm.engine
CollectionException
          Thrown to indicate that there is a problem with some aspect of a Collection.
EntityProcessStatus
          Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
StatusCallbackListener
          Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
 

Classes in org.apache.uima.collection used by org.apache.uima.examples
EntityProcessStatus
          Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
StatusCallbackListener
          Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
 

Classes in org.apache.uima.collection used by org.apache.uima.examples.cpe
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
 

Classes in org.apache.uima.collection used by org.apache.uima.examples.xmi
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
CollectionException
          Thrown to indicate that there is a problem with some aspect of a Collection.
CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
CollectionReader_ImplBase
          Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.
 

Classes in org.apache.uima.collection used by org.apache.uima.impl
CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CollectionProcessingEngine
          A CollectionProcessingEngine (CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-level results.
CollectionProcessingManager
          A CollectionProcessingManager (CPM) manages the application of an AnalysisEngine to a collection of artifacts.
CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
 

Classes in org.apache.uima.collection used by org.apache.uima.test.junit_extension
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
 

Classes in org.apache.uima.collection used by org.apache.uima.tools.components
CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CollectionException
          Thrown to indicate that there is a problem with some aspect of a Collection.
CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
CollectionReader_ImplBase
          Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.
CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
 

Classes in org.apache.uima.collection used by org.apache.uima.tools.docanalyzer
EntityProcessStatus
          Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
StatusCallbackListener
          Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
 

Classes in org.apache.uima.collection used by org.apache.uima.util
CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CasInitializerDescription
          Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
 

Classes in org.apache.uima.collection used by org.apache.uima.util.impl
CasConsumerDescription
          An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CasInitializerDescription
          Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CollectionReaderDescription
          An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
 



Copyright © 2012. All Rights Reserved.