Uses of Interface
org.apache.uima.collection.base_cpm.BaseCollectionReader
Package
Description
Classes and interfaces for collection processing.
uimaFIT-enhanced base classes for UIMA components and some simple components.
Example for an UIMA-based experiment running an analysis and evaluating the results.
-
Uses of BaseCollectionReader in org.apache.uima.collection
Modifier and TypeInterfaceDescriptioninterface
ACollectionReader
is used to iterate over the elements of a Collection.Modifier and TypeClassDescriptionclass
Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.Modifier and TypeMethodDescriptionCollectionProcessingEngine.getCollectionReader()
Gets the Collection Reader for this CPE. -
Uses of BaseCollectionReader in org.apache.uima.collection.base_cpm
Modifier and TypeInterfaceDescriptioninterface
ACasDataCollectionReader
is used to iterate over the elements of a Collection.Modifier and TypeClassDescriptionclass
Base class from which to extend when writing Collection Readers that use theCasData
interface to access the CAS.Modifier and TypeMethodDescriptionBaseCPM.getCollectionReader()
Gets the Collection Reader for this CPM.Modifier and TypeMethodDescriptionvoid
BaseCPM.setCollectionReader
(BaseCollectionReader aCollectionReader) Sets the Collection Reader for this CPM. -
Uses of BaseCollectionReader in org.apache.uima.collection.impl
-
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm
Modifier and TypeMethodDescriptionBaseCPMImpl.getCollectionReader()
Returns a Collection Reader for this CPE.Modifier 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
Modifier and TypeMethodDescriptionCPEFactory.getCollectionReader()
Returns Collection Reader instantiated from configuration in the CPE descriptor.Modifier and TypeMethodDescriptionvoid
CPEFactory.addCollectionReader
(BaseCollectionReader collectionReader) Adds the collection reader. -
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm.engine
Modifier 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.fit.component
Modifier and TypeClassDescriptionclass
Base class for CAS collection readers which initializes itself based on annotations.class
Base class for JCas collection readers which initializes itself based on annotations. -
Uses of BaseCollectionReader in org.apache.uima.fit.examples.experiment.pos
Modifier and TypeClassDescriptionclass
This collection reader is meant for example purposes only. -
Uses of BaseCollectionReader in org.apache.uima.fit.util
Modifier and TypeMethodDescriptionstatic void
LifeCycleUtil.close
(BaseCollectionReader aReader) Close a reader. -
Uses of BaseCollectionReader in org.apache.uima.tools.components
Modifier and TypeClassDescriptionclass
A simple collection reader that reads documents from a directory in the filesystem.