| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.analysis_component | |
| org.apache.uima.analysis_engine.impl | |
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.flow | |
| org.apache.uima.flow.impl | |
| org.apache.uima.impl | Apache UIMA internals | 
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| org.apache.uima.resource.impl | |
| org.apache.uima.uimacpp | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UimaContextAdminAdmin interface to the UIMA Context. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UimaContext | UimaContextHolder. getContext()Get the UimaContext for this thread | 
| static UimaContext | UimaContextHolder. setContext(UimaContext uimaContext)Sets the UimaContext for the current thread. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UimaContext | UimaContextHolder. setContext(UimaContext uimaContext)Sets the UimaContext for the current thread. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected UimaContext | AnalysisComponent_ImplBase. getContext()Gets the UimaContext for this AnalysisComponent. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisComponent_ImplBase. initialize(UimaContext aContext) | 
| void | AnalysisComponent. initialize(UimaContext aContext)Performs any startup tasks required by this component. | 
| Modifier and Type | Method and Description | 
|---|---|
| UimaContext | PearAnalysisEngineWrapper. getUimaContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AnalysisEngineImplBase. callInitializeMethod(AnalysisComponent component,
                    UimaContext context) | 
| Constructor and Description | 
|---|
| XCASDeserializer(TypeSystem ts,
                UimaContext uimaContext)Create a new deserializer from a type system. | 
| XCASSerializer(TypeSystem ts,
              UimaContext uimaContext) | 
| XmiCasDeserializer(TypeSystem ts,
                  UimaContext uimaContext)Create a new deserializer from a type system. | 
| XmiCasSerializer(TypeSystem ts,
                UimaContext uimaContext)Deprecated. 
 Use  XmiCasSerializer(TypeSystem)instead. The UimaContext reference is
             never used by this implementation. | 
| XmiCasSerializer(TypeSystem ts,
                UimaContext uimaContext,
                Map<String,String> nsUriToSchemaLocationMap)Deprecated. 
 Use  XmiCasSerializer(TypeSystem, Map)instead. The UimaContext reference
             is never used by this implementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FlowControllerContextA subtype of  UimaContextused byFlowControllercomponents. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlowControllerContext_implImplementation of FlowControllerContext. | 
| 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 | 
|---|---|
| static void | Util. withContextHolder(UimaContext context,
                 Runnable userCode)Calls userCode with specified context, then restores the context holder | 
| static void | Util. withContextHolderX(UimaContext context,
                  org.apache.uima.internal.util.function.Runnable_withException userCode)Calls userCode with specified context, then restores the context holder | 
| Modifier and Type | Method and Description | 
|---|---|
| UimaContext | Resource_ImplBase. getUimaContext() | 
| UimaContext | Resource. getUimaContext()Gets the UIMA Context for this Resource. | 
| UimaContext | Resource_ImplBase. setContextHolder() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CasManager_impl. populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool,
                                      UimaContext aUimaContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UimacppAnalysisComponent. initialize(UimaContext context) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.