| Package | Description | 
|---|---|
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| org.apache.uima.resource.impl | |
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| CasManager | Resource_ImplBase. getCasManager()Get the CasManager for this Resource. | 
| CasManager | CasDefinition. getCasManager()Gets the CasManager associated with this CAS Definition. | 
| CasManager | ResourceManager. getCasManager()Gets the CasManager, which manages the creation and pooling of CASes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceManager. setCasManager(CasManager aCasManager)Sets the CasManager, which manages the creation and pooling of CASes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasManager_implSimple CAS Manager Implementation used in the AnalysisEngine framework. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CasManager | ResourceManager_impl. mCasManagerCasManager - manages creation and pooling of CASes. | 
| Modifier and Type | Method and Description | 
|---|---|
| CasManager | ResourceManager_impl. getCasManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceManager_impl. setCasManager(CasManager aCasManager) | 
| Constructor and Description | 
|---|
| CasPool(int aNumInstances,
       CasManager aCasManager,
       Properties aPerformanceTuningSettings)Creates a new CasPool | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.