Uses of Interface
org.apache.uima.collection.base_cpm.BaseCollectionReader
Packages that use BaseCollectionReader
Package
Description
Classes and interfaces for collection processing.
-
Uses of BaseCollectionReader in org.apache.uima.collection
Subinterfaces of BaseCollectionReader in org.apache.uima.collectionModifier and TypeInterfaceDescriptioninterface
ACollectionReader
is used to iterate over the elements of a Collection.Classes in org.apache.uima.collection that implement BaseCollectionReaderModifier and TypeClassDescriptionclass
Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.Methods in org.apache.uima.collection that return BaseCollectionReaderModifier and TypeMethodDescriptionCollectionProcessingEngine.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_cpmModifier and TypeInterfaceDescriptioninterface
ACasDataCollectionReader
is used to iterate over the elements of a Collection.Classes in org.apache.uima.collection.base_cpm that implement BaseCollectionReaderModifier and TypeClassDescriptionclass
Base class from which to extend when writing Collection Readers that use theCasData
interface to access the CAS.Methods in org.apache.uima.collection.base_cpm that return BaseCollectionReaderModifier and TypeMethodDescriptionBaseCPM.getCollectionReader()
Gets the Collection Reader for this CPM.Methods in org.apache.uima.collection.base_cpm with parameters of type BaseCollectionReaderModifier and TypeMethodDescriptionvoid
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 -
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm
Fields in org.apache.uima.collection.impl.cpm declared as BaseCollectionReaderModifier and TypeFieldDescription(package private) BaseCollectionReader
BaseCPMImpl.collectionReader
The collection reader.Methods in org.apache.uima.collection.impl.cpm that return BaseCollectionReaderModifier and TypeMethodDescriptionBaseCPMImpl.getCollectionReader()
Returns a Collection Reader for this CPE.Methods in org.apache.uima.collection.impl.cpm with parameters of type BaseCollectionReaderModifier and TypeMethodDescriptionvoid
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 BaseCollectionReaderModifier and TypeMethodDescriptionCPEFactory.getCollectionReader()
Returns Collection Reader instantiated from configuration in the cpe descriptor.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type BaseCollectionReaderModifier and TypeMethodDescriptionvoid
CPEFactory.addCollectionReader
(BaseCollectionReader collectionReader) Adds the collection reader. -
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as BaseCollectionReaderModifier and TypeFieldDescriptionprivate BaseCollectionReader
ArtifactProducer.collectionReader
The collection reader.private BaseCollectionReader
CPMEngine.collectionReader
The collection reader.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type BaseCollectionReaderModifier and TypeMethodDescriptionvoid
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.tools.components
Classes in org.apache.uima.tools.components that implement BaseCollectionReaderModifier and TypeClassDescriptionclass
A simple collection reader that reads documents from a directory in the filesystem.