| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| 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.asb.impl | |
| org.apache.uima.analysis_engine.impl | |
| org.apache.uima.flow.impl | |
| org.apache.uima.impl | Apache UIMA internals | 
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| org.apache.uima.resource.impl | 
| 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 | 
|---|---|
| protected void | ASB_impl. initFlowController(FlowControllerDeclaration aFlowControllerDeclaration,
                  UimaContextAdmin aParentContext,
                  AnalysisEngineMetaData aAggregateMetadata) | 
| void | ASB_impl. setup(Map<String,ResourceSpecifier> aSpecifiers,
     UimaContextAdmin aParentContext,
     FlowControllerDeclaration aFlowControllerDeclaration,
     AnalysisEngineMetaData aAggregateMetadata)Called after calling initialize() (see above) by the Aggregate Analysis Engine to provide this
 ASB with information it needs to operate. | 
| Modifier and Type | Method and Description | 
|---|---|
| UimaContextAdmin | PearAnalysisEngineWrapper. getUimaContextAdmin() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngineManagementImpl. setName(String aName,
       UimaContextAdmin aContext,
       String aCustomPrefix)Sets the name of this AnalyaisEngineManagement object, and also computes the unique MBean name
 that can later be used to register this object with an MBeanServer. | 
| Constructor and Description | 
|---|
| AnnotatorContext_impl(UimaContextAdmin aUimaContext)Creates a new AnnotatorContext_impl. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlowControllerContext_implImplementation of FlowControllerContext. | 
| Constructor and Description | 
|---|
| FlowControllerContext_impl(UimaContextAdmin aParentContext,
                          String aContextName,
                          Map<String,String> aSofaMappings,
                          Map<String,AnalysisEngineMetaData> aAnalysisEngineMetaDataMap,
                          AnalysisEngineMetaData aAggregateMetadata) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChildUimaContext_implReference implementation of  AnnotatorContext. | 
| class  | RootUimaContext_implImplementation of the root  UimaContext. | 
| class  | UimaContext_ImplBaseInstances of this class shared by multiple threads | 
| Modifier and Type | Method and Description | 
|---|---|
| protected UimaContextAdmin | UIMAFramework_impl. _newUimaContext() | 
| UimaContextAdmin | UimaContext_ImplBase. createChild(String aContextName,
           Map<String,String> aSofaMappings) | 
| UimaContextAdmin | RootUimaContext_impl. getRootContext()Get the Root Context | 
| UimaContextAdmin | ChildUimaContext_impl. getRootContext()Get the Root Context | 
| Constructor and Description | 
|---|
| ChildUimaContext_impl(UimaContextAdmin aParentContext,
                     String aContextName,
                     Map<String,String> aSofaMappings) | 
| Modifier and Type | Method and Description | 
|---|---|
| UimaContextAdmin | Resource_ImplBase. getUimaContextAdmin()Gets the Admin interface to this Resource's UimaContext. | 
| UimaContextAdmin | Resource. getUimaContextAdmin()Gets the Administrative interface to the UIMA Context. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasManager. defineCasPool(UimaContextAdmin aRequestorContext,
             int aMinimumSize,
             Properties aPerformanceTuningSettings)Defines the CAS pool required by a particular AnalysisEngine. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasManager_impl. defineCasPool(UimaContextAdmin aRequestorContext,
             int aMinimumSize,
             Properties aPerformanceTuningSettings) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.