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.examples.xmi | |
org.apache.uima.tools.components |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionReader
A
CollectionReader is used to iterate over the elements of a Collection. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionReader_ImplBase
Base class for Collection Readers, which developers should extend with their own Collection
Reader implementation classes.
|
Modifier and Type | Method and Description |
---|---|
BaseCollectionReader |
CollectionProcessingEngine.getCollectionReader()
Gets the Collection Reader for this CPE.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CasDataCollectionReader
A
CasDataCollectionReader is used to iterate over the elements of a Collection. |
Modifier and Type | Class and Description |
---|---|
class |
CasDataCollectionReader_ImplBase
Base class from which to extend when writing Collection Readers that use the
CasData
interface to access the CAS. |
Modifier and Type | Method and Description |
---|---|
BaseCollectionReader |
BaseCPM.getCollectionReader()
Gets the Collection Reader for this CPM.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseCPM.setCollectionReader(BaseCollectionReader aCollectionReader)
Sets the Collection Reader for this CPM.
|
Modifier and Type | Method and Description |
---|---|
BaseCollectionReader |
CollectionProcessingEngine_impl.getCollectionReader() |
Modifier and Type | Method and Description |
---|---|
BaseCollectionReader |
BaseCPMImpl.getCollectionReader()
Returns a Collection Reader for this CPE.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
BaseCollectionReader |
CPEFactory.getCollectionReader()
Returns Collection Reader instantiated from configuration in the cpe descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
CPEFactory.addCollectionReader(BaseCollectionReader collectionReader) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactProducer.setCollectionReader(BaseCollectionReader aCollectionReader)
Assign CollectionReader to be used for reading
|
void |
CPMEngine.setCollectionReader(BaseCollectionReader aCollectionReader)
Sets CollectionReader to use during processing
|
Modifier and Type | Class and Description |
---|---|
class |
XmiCollectionReader
A simple collection reader that reads CASes in XMI format from a directory in the filesystem.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemCollectionReader
A simple collection reader that reads documents from a directory in the filesystem.
|
Copyright © 2019. All rights reserved.