| 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.flow | |
| 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 | 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 | Interface and Description | 
|---|---|
| interface  | FlowControllerDescriptionA  FlowControllerDescriptioncontains all of the information needed to instantiate
 and use aFlowController. | 
| Constructor and Description | 
|---|
| UimacppAnalysisComponent(ResourceCreationSpecifier aeDescription,
                        org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase ae) | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.