Uses of Interface
org.apache.uima.collection.base_cpm.BaseCollectionReader
-
Packages that use BaseCollectionReader Package Description 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.tools.components -
-
Uses of BaseCollectionReader in org.apache.uima.collection
Subinterfaces of BaseCollectionReader in org.apache.uima.collection Modifier and Type Interface Description interfaceCollectionReaderACollectionReaderis used to iterate over the elements of a Collection.Classes in org.apache.uima.collection that implement BaseCollectionReader Modifier and Type Class Description classCollectionReader_ImplBaseBase class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.Methods in org.apache.uima.collection that return BaseCollectionReader Modifier and Type Method Description BaseCollectionReaderCollectionProcessingEngine. 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 Modifier and Type Interface Description interfaceCasDataCollectionReaderACasDataCollectionReaderis used to iterate over the elements of a Collection.Classes in org.apache.uima.collection.base_cpm that implement BaseCollectionReader Modifier and Type Class Description classCasDataCollectionReader_ImplBaseBase class from which to extend when writing Collection Readers that use theCasDatainterface to access the CAS.Methods in org.apache.uima.collection.base_cpm that return BaseCollectionReader Modifier and Type Method Description BaseCollectionReaderBaseCPM. getCollectionReader()Gets the Collection Reader for this CPM.Methods in org.apache.uima.collection.base_cpm with parameters of type BaseCollectionReader Modifier and Type Method Description voidBaseCPM. 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 Modifier and Type Method Description BaseCollectionReaderCollectionProcessingEngine_impl. getCollectionReader() -
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that return BaseCollectionReader Modifier and Type Method Description BaseCollectionReaderBaseCPMImpl. getCollectionReader()Returns a Collection Reader for this CPE.Methods in org.apache.uima.collection.impl.cpm with parameters of type BaseCollectionReader Modifier and Type Method Description voidBaseCPMImpl. process(BaseCollectionReader aCollectionReader)Deprecated.voidBaseCPMImpl. process(BaseCollectionReader aCollectionReader, int aBatchSize)Deprecated.voidBaseCPMImpl. 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 Modifier and Type Method Description BaseCollectionReaderCPEFactory. 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 Modifier and Type Method Description voidCPEFactory. 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 Modifier and Type Method Description voidArtifactProducer. setCollectionReader(BaseCollectionReader aCollectionReader)Assign CollectionReader to be used for readingvoidCPMEngine. 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 BaseCollectionReader Modifier and Type Class Description classFileSystemCollectionReaderA simple collection reader that reads documents from a directory in the filesystem.
-