| Package | Description | 
|---|---|
| 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.collection | Classes and interfaces for collection processing. | 
| org.apache.uima.collection.impl | |
| org.apache.uima.flow | |
| org.apache.uima.flow.impl | |
| org.apache.uima.resource.impl | |
| org.apache.uima.uimacpp | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnalysisEngineDescriptionAn  AnalysisEngineDescriptioncontains all of the information needed to instantiate
 and use anAnalysisEngine. | 
| interface  | TaeDescriptionDeprecated. 
 As of v2.0,  AnalysisEngineDescriptionshould be used instead. This interface
             no longer defines any additional methods beyond those in AnalysisEngineDescription. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnalysisEngineDescription_implReference implementation of  AnalysisEngineDescription. | 
| class  | TaeDescription_implDeprecated. 
 since v2.0 | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CasConsumerDescriptionAn  CasConsumerDescriptioncontains all of the information needed to instantiate and
 use anCasConsumer. | 
| interface  | CasInitializerDescriptionDeprecated. 
 As of v2.0, CAS Initializers are deprecated. A component that performs an operation
             like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See
             org.apache.uima.examples.XmlDetagger for an example. | 
| interface  | CollectionReaderDescriptionAn  CollectionReaderDescriptioncontains all of the information needed to instantiate
 and use anCollectionReader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasConsumerDescription_impl | 
| class  | CasInitializerDescription_implDeprecated. 
 As of v2.0, CAS Initializers are deprecated. | 
| class  | CollectionReaderDescription_impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FlowControllerDescriptionA  FlowControllerDescriptioncontains all of the information needed to instantiate
 and use aFlowController. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlowControllerDescription_implImplementation of  FlowControllerDescription. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResourceCreationSpecifier_implReference implementation of  ResourceCreationSpecifier. | 
| Constructor and Description | 
|---|
| UimacppAnalysisComponent(ResourceCreationSpecifier aeDescription,
                        AnalysisEngineImplBase ae) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.