| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| org.apache.uima.collection.base_cpm | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnalysisEngineAn Analysis Engine is a component responsible for analyzing unstructured information, discovering
 and representing semantic content. | 
| interface  | TextAnalysisEngineDeprecated. 
 As of v2.0,  AnalysisEngineshould be used instead. This interface no longer
             defines any additional methods beyond those in AnalysisEngine. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CasConsumerAny component that operates on analysis results produced by a UIMA analysis engine. | 
| 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 | 
|---|---|
| CasProcessor[] | CollectionProcessingEngine. getCasProcessors()Gets the  CasProcessorss in this CPE, in the order in which they will be
 executed. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CasDataConsumerAny component that operates on analysis results produced by a UIMA CasDataProcessor. | 
| interface  | CasDataProcessorInterface for CAS processors that want to interact directly with the  CasData. | 
| interface  | CasObjectProcessorInterface for CAS Processors that want to use the full  CASimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasDataConsumer_ImplBaseBase class from which to extend when writing CAS Consumers that use the  CasDatainterface
 to access the CAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| CasProcessor[] | BaseCPM. getCasProcessors()Gets the  CasProcessorss assigned to this CPM, in the order in which they will
 be called by the CPM. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseCPM. addCasProcessor(CasProcessor aCasProcessor)Adds a  CasProcessorto this CPM's list of consumers. | 
| void | BaseCPM. addCasProcessor(CasProcessor aCasProcessor,
               int aIndex)Adds a  CasProcessorto this CPM's list of consumers. | 
| void | BaseCPM. removeCasProcessor(CasProcessor aCasProcessor)Removes a  CasProcessorto this CPM's list of consumers. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.