| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TextAnalysisEngine | UIMAFramework. produceTAE(ResourceSpecifier aSpecifier)Deprecated. 
 As of v2.0,  UIMAFramework.produceAnalysisEngine(ResourceSpecifier)should be used
             instead. | 
| static TextAnalysisEngine | UIMAFramework. produceTAE(ResourceSpecifier aSpecifier,
          int aMaxSimultaneousRequests,
          int aTimeoutPeriod)Deprecated. 
 As of v2.0,  UIMAFramework.produceAnalysisEngine(ResourceSpecifier,int,int)should be
             used instead. | 
| static TextAnalysisEngine | UIMAFramework. produceTAE(ResourceSpecifier aSpecifier,
          Map<String,Object> aAdditionalParams)Deprecated. 
 As of v2.0,  UIMAFramework.produceAnalysisEngine(ResourceSpecifier,Map)should be used
             instead. | 
| static TextAnalysisEngine | UIMAFramework. produceTAE(ResourceSpecifier aSpecifier,
          ResourceManager aResourceManager,
          Map<String,Object> aAdditionalParams)Deprecated. 
 As of v2.0,  UIMAFramework.produceAnalysisEngine(ResourceSpecifier,ResourceManager,Map)should be used instead. | 
| Constructor and Description | 
|---|
| JCasPool(int aNumInstances,
        TextAnalysisEngine aTextAnalysisEngine)Deprecated. 
 As of v2.0, TextAnalysisEngine has been deprecated. Use
              JCasPool.JCasPool(int, AnalysisEngine)instead. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.