Uses of Interface
org.apache.uima.collection.base_cpm.BaseCollectionReader

Packages that use BaseCollectionReader
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.container   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.examples.xmi   
org.apache.uima.tools.components   
 

Uses of BaseCollectionReader in org.apache.uima.collection
 

Subinterfaces of BaseCollectionReader in org.apache.uima.collection
 interface CollectionReader
          A CollectionReader is used to iterate over the elements of a Collection.
 

Classes in org.apache.uima.collection that implement BaseCollectionReader
 class CollectionReader_ImplBase
          Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.
 

Methods in org.apache.uima.collection that return BaseCollectionReader
 BaseCollectionReader CollectionProcessingEngine.getCollectionReader()
          Gets the Collection Reader for this CPE.
 

Uses of BaseCollectionReader in org.apache.uima.collection.base_cpm
 

Subinterfaces of BaseCollectionReader in org.apache.uima.collection.base_cpm
 interface CasDataCollectionReader
          A CasDataCollectionReader is used to iterate over the elements of a Collection.
 

Classes in org.apache.uima.collection.base_cpm that implement BaseCollectionReader
 class CasDataCollectionReader_ImplBase
          Base class from which to extend when writing Collection Readers that use the CasData interface to access the CAS.
 

Methods in org.apache.uima.collection.base_cpm that return BaseCollectionReader
 BaseCollectionReader BaseCPM.getCollectionReader()
          Gets the Collection Reader for this CPM.
 

Methods in org.apache.uima.collection.base_cpm with parameters of type BaseCollectionReader
 void BaseCPM.setCollectionReader(BaseCollectionReader aCollectionReader)
          Sets the Collection Reader for this CPM.
 

Uses of BaseCollectionReader in org.apache.uima.collection.impl
 

Methods in org.apache.uima.collection.impl that return BaseCollectionReader
 BaseCollectionReader CollectionProcessingEngine_impl.getCollectionReader()
           
 

Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm
 

Methods in org.apache.uima.collection.impl.cpm that return BaseCollectionReader
 BaseCollectionReader BaseCPMImpl.getCollectionReader()
          Returns a Collection Reader for this CPE.
 

Methods in org.apache.uima.collection.impl.cpm with parameters of type BaseCollectionReader
 void BaseCPMImpl.process(BaseCollectionReader aCollectionReader)
          Deprecated.  
 void BaseCPMImpl.process(BaseCollectionReader aCollectionReader, int aBatchSize)
          Deprecated.  
 void BaseCPMImpl.setCollectionReader(BaseCollectionReader aCollectionReader)
          Sets the Collection Reader for this CPE.
 

Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm.container
 

Methods in org.apache.uima.collection.impl.cpm.container that return BaseCollectionReader
 BaseCollectionReader CPEFactory.getCollectionReader()
          Returns Collection Reader instantiated from configuration in the cpe descriptor.
 

Methods in org.apache.uima.collection.impl.cpm.container with parameters of type BaseCollectionReader
 void CPEFactory.addCollectionReader(BaseCollectionReader collectionReader)
           
 

Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm.engine
 

Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type BaseCollectionReader
 void ArtifactProducer.setCollectionReader(BaseCollectionReader aCollectionReader)
          Assign CollectionReader to be used for reading
 void CPMEngine.setCollectionReader(BaseCollectionReader aCollectionReader)
          Sets CollectionReader to use during processing
 

Uses of BaseCollectionReader in org.apache.uima.examples.xmi
 

Classes in org.apache.uima.examples.xmi that implement BaseCollectionReader
 class XmiCollectionReader
          A simple collection reader that reads CASes in XMI format from a directory in the filesystem.
 

Uses of BaseCollectionReader in org.apache.uima.tools.components
 

Classes in org.apache.uima.tools.components that implement BaseCollectionReader
 class FileSystemCollectionReader
          A simple collection reader that reads documents from a directory in the filesystem.
 



Copyright © 2012. All Rights Reserved.