| Package | Description | 
|---|---|
| org.apache.uima.analysis_component | |
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.analysis_engine.impl | |
| org.apache.uima.analysis_engine.service.impl | |
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| org.apache.uima.collection.base_cpm | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasProcessorAnnotator | 
| class  | JCasProcessorAnnotator | 
| 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 | Class and Description | 
|---|---|
| class  | AggregateAnalysisEngine_implReference implementation of  AnalysisEngine. | 
| class  | AnalysisEngineImplBaseProvides functionality common to Analysis Engine implementations. | 
| class  | AnalysisEngineProcessorAdapterBase class for analysis engine processor adapters. | 
| class  | MultiprocessingAnalysisEngine_implAn  AnalysisEngineimplementation that can process multipleCASobjects
 simultaneously. | 
| class  | PearAnalysisEngineWrapperUIMA pear runtime analysis engine wrapper. | 
| class  | PrimitiveAnalysisEngine_implReference implementation of  AnalysisEngine. | 
| class  | UimacppAnalysisEngineImplReference implementation of  AnalysisEngine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnalysisEngineServiceAdapterBase class for analysis engine service adapters. | 
| 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–2022 The Apache Software Foundation. All rights reserved.