| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.analysis_engine.asb | Contains the Analysis Structure Broker (ASB) interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract UimaContextAdmin | UIMAFramework. _newUimaContext()To be implemented by subclasses; this should return a new instance of the default
  UimaContextAdminused by this implementation. | 
| UimaContextAdmin | UimaContextAdmin. createChild(String aContextName,
           Map<String,String> aSofaMappings)Creates a UimaContext that is a child of this UimaContext. | 
| UimaContextAdmin | UimaContextAdmin. getRootContext()Gets the Root Context for this Resource. | 
| static UimaContextAdmin | UIMAFramework. newUimaContext(Logger aLogger,
              ResourceManager aResourceManager,
              ConfigurationManager aConfigManager)Gets a new instance of a  UimaContext. | 
| 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 | 
|---|---|
| UimaContextAdmin | Resource. getUimaContextAdmin()Gets the Administrative interface to the UIMA Context. | 
| UimaContextAdmin | Resource_ImplBase. getUimaContextAdmin()Gets the Admin interface to this Resource's UimaContext. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasManager. defineCasPool(UimaContextAdmin aRequestorContext,
             int aMinimumSize,
             Properties aPerformanceTuningSettings)Defines the CAS pool required by a particular AnalysisEngine. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.