Uses of Interface
org.apache.uima.collection.base_cpm.BaseCollectionReader
Packages that use 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.collectionSubinterfaces of BaseCollectionReader in org.apache.uima.collectionModifier and TypeInterfaceDescriptioninterfaceACollectionReaderis used to iterate over the elements of a Collection.Classes in org.apache.uima.collection that implement BaseCollectionReaderModifier and TypeClassDescriptionclassBase 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_cpmSubinterfaces of BaseCollectionReader in org.apache.uima.collection.base_cpmModifier and TypeInterfaceDescriptioninterfaceACasDataCollectionReaderis used to iterate over the elements of a Collection.Classes in org.apache.uima.collection.base_cpm that implement BaseCollectionReaderModifier and TypeClassDescriptionclassBase 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 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 TypeMethodDescriptionvoidBaseCPM.setCollectionReader(BaseCollectionReader aCollectionReader) Sets the Collection Reader for this CPM.
- 
Uses of BaseCollectionReader in org.apache.uima.collection.implMethods in org.apache.uima.collection.impl that return BaseCollectionReader
- 
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpmMethods 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 TypeMethodDescriptionvoidBaseCPMImpl.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.containerMethods 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 TypeMethodDescriptionvoidCPEFactory.addCollectionReader(BaseCollectionReader collectionReader) Adds the collection reader.
- 
Uses of BaseCollectionReader in org.apache.uima.collection.impl.cpm.engineMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type BaseCollectionReaderModifier and TypeMethodDescriptionvoidArtifactProducer.setCollectionReader(BaseCollectionReader aCollectionReader) Assign CollectionReader to be used for reading.voidCPMEngine.setCollectionReader(BaseCollectionReader aCollectionReader) Sets CollectionReader to use during processing.
- 
Uses of BaseCollectionReader in org.apache.uima.fit.componentClasses in org.apache.uima.fit.component that implement BaseCollectionReaderModifier and TypeClassDescriptionclassBase class for CAS collection readers which initializes itself based on annotations.classBase class for JCas collection readers which initializes itself based on annotations.
- 
Uses of BaseCollectionReader in org.apache.uima.fit.examples.experiment.posClasses in org.apache.uima.fit.examples.experiment.pos that implement BaseCollectionReaderModifier and TypeClassDescriptionclassThis collection reader is meant for example purposes only.
- 
Uses of BaseCollectionReader in org.apache.uima.fit.utilMethods in org.apache.uima.fit.util with parameters of type BaseCollectionReaderModifier and TypeMethodDescriptionstatic voidLifeCycleUtil.close(BaseCollectionReader aReader) Close a reader.
- 
Uses of BaseCollectionReader in org.apache.uima.tools.componentsClasses in org.apache.uima.tools.components that implement BaseCollectionReaderModifier and TypeClassDescriptionclassA simple collection reader that reads documents from a directory in the filesystem.