| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.analysis_engine.asb | Contains the Analysis Structure Broker (ASB) interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.analysis_engine.metadata | Interfaces for objects that represent metadata for an
Analysis Engine. | 
| org.apache.uima.flow | |
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalysisEngineMetaData | ResourceSpecifierFactory. createAnalysisEngineMetaData()Creates a  AnalysisEngineMetaData. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalysisEngineMetaData | AnalysisEngine. getAnalysisEngineMetaData()Gets the metadata that describes this  AnalysisEngine. | 
| AnalysisEngineMetaData | AnalysisEngineDescription. getAnalysisEngineMetaData()Retrieves the metadata that describes the AnalysisEngine. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,AnalysisEngineMetaData> | ASB. getComponentAnalysisEngineMetaData()Gets metadata for all of the component AnalysisEngines known to this  ASB. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ASB. setup(Map<String,ResourceSpecifier> aComponentSpecifiers,
     UimaContextAdmin aParentContext,
     FlowControllerDeclaration aFlowControllerDeclaration,
     AnalysisEngineMetaData aAggregateMetadata)Called by the Aggregate Analysis Engine to provide this ASB with information it needs to
 operate. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalysisEngineMetaData[] | AnalysisEngineMetaData. getDelegateAnalysisEngineMetaData()For an aggregate AnalysisEngine only, gets the metadata of the delegate AnalysisEngines. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalysisEngineMetaData | FlowControllerContext. getAggregateMetadata()Gets the metadata of the Aggregate AnalysisEngine containing this FlowController. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,AnalysisEngineMetaData> | FlowControllerContext. getAnalysisEngineMetaDataMap()Gets a map from Analysis Engine key (a String) to  AnalysisEngineMetaData. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CAS | CasCreationUtils. createCas(AnalysisEngineMetaData aMetaData)Creates a new CAS instance. | 
| static FSMatchConstraint | AnalysisEngineUtils. createOutputFilter(AnalysisEngineMetaData aMetaData)Creates a FSMatchConstraint used when formatting the CAS for output. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.