| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CasConsumer | UIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier)Produces a  CasConsumerinstance from aResourceSpecifier. | 
| static CasConsumer | UIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier,
                  Map<String,Object> aAdditionalParams)Produces a  CasConsumerinstance from aResourceSpecifier. | 
| static CasConsumer | UIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier,
                  ResourceManager aResourceManager,
                  Map<String,Object> aAdditionalParams)Produces an  CasConsumerinstance from aResourceSpecifier. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasConsumer_ImplBaseBase class for CAS Consumers in UIMA SDK v1.x, which developers should extend 
 with their own CAS Consumer implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| CasConsumer[] | CollectionProcessingManager. getCasConsumers()Gets the  CasConsumerss assigned to this CPM. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CollectionProcessingManager. addCasConsumer(CasConsumer aCasConsumer)Adds a  CasConsumerto this CPM. | 
| void | CollectionProcessingManager. removeCasConsumer(CasConsumer aCasConsumer)Removes a  CasConsumerfrom this CPM. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.