| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.cas | Common Analysis System(CAS) Interfaces | 
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| org.apache.uima.impl | Apache UIMA internals | 
| Modifier and Type | Method and Description | 
|---|---|
| ComponentInfo | UimaContextAdmin. getComponentInfo()Gets the ComponentInfo object for this component, which can be passed to
  CAS.setCurrentComponentInfo(ComponentInfo). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CAS. setCurrentComponentInfo(ComponentInfo info)Informs the CAS of relevant information about the component that is currently processing it. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CASImpl. setCurrentComponentInfo(ComponentInfo info) | 
| Modifier and Type | Method and Description | 
|---|---|
| ComponentInfo | UimaContext_ImplBase. getComponentInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| static CASImpl | Util. getStartingView(CAS cas,
               boolean sofaAware,
               ComponentInfo componentInfo) | 
| static <T extends AbstractCas> | Util. setupViewSwitchClassLoaders(CAS cas,
                           boolean sofaAware,
                           ComponentInfo componentInfo,
                           ResourceManager resourceManager,
                           Class<T> casInterface) | 
| static AbstractCas | Util. setupViewSwitchClassLoadersLockCas(CAS cas,
                                  boolean sofaAware,
                                  ComponentInfo componentInfo,
                                  ResourceManager resourceManager,
                                  Class<? extends AbstractCas> casInterface) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.