| Package | Description | 
|---|---|
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| org.apache.uima.collection.base_cpm | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CollectionReaderA  CollectionReaderis used to iterate over the elements of a Collection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionReader_ImplBaseBase 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  | CasDataCollectionReaderA  CasDataCollectionReaderis used to iterate over the elements of a Collection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasDataCollectionReader_ImplBaseBase class from which to extend when writing Collection Readers that use the  CasDatainterface 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. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.