Uses of Interface
org.apache.uima.collection.CollectionReader
-
Packages that use CollectionReader Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine.impl.compatibility org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.collection.impl.cpm org.apache.uima.tools.components -
-
Uses of CollectionReader in org.apache.uima
Methods in org.apache.uima that return CollectionReader Modifier and Type Method Description static CollectionReader
UIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier)
Produces aCollectionReader
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces aCollectionReader
instance from aResourceSpecifier
.static CollectionReader
UIMAFramework. produceCollectionReader(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)
Produces anCollectionReader
instance from aResourceSpecifier
. -
Uses of CollectionReader in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility declared as CollectionReader Modifier and Type Field Description private CollectionReader
CollectionReaderAdapter. mCollectionReader
Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type CollectionReader Constructor Description CollectionReaderAdapter(CollectionReader aCollectionReader, AnalysisEngineMetaData aMetaData)
Create a new annotator adapter. -
Uses of CollectionReader in org.apache.uima.collection
Classes in org.apache.uima.collection that implement CollectionReader Modifier and Type Class Description 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 with parameters of type CollectionReader Modifier and Type Method Description void
CollectionProcessingManager. process(CollectionReader aCollectionReader)
Initiates processing of a collection.void
CollectionProcessingManager. process(CollectionReader aCollectionReader, int aBatchSize)
Initiates processing of a collection. -
Uses of CollectionReader in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm with parameters of type CollectionReader Modifier and Type Method Description void
CPMImpl. process(CollectionReader aCollectionReader)
void
CPMImpl. process(CollectionReader aCollectionReader, int aBatchSize)
-
Uses of CollectionReader in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement CollectionReader Modifier and Type Class Description class
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.
-