See: Description
| Interface | Description | 
|---|---|
| CompositeResourceFactory | A type of  ResourceFactorythat produces resources by delegating to other Resource
 Factories. | 
| ResourceFactory | A  ResourceFactoryis used to acquire instances ofResources. | 
| ResourceSpecifierFactory | A factory used to create  ResourceSpecifierinstances and
 instances of other objects needed to composeResourceSpecifiers. | 
| UimaContext | Provides access to external resources (other than the CAS). | 
| UimaContextAdmin | Admin interface to the UIMA Context. | 
| Class | Description | 
|---|---|
| Constants | Some constants used by the UIMA framework. | 
| UimaContextHolder | This class holds the UimaContext for the current thread, or a parent thread. | 
| UIMAFramework | This is an application's main interface point to the UIMA Framework. | 
| Exception | Description | 
|---|---|
| InternationalizedException | The  InternationalizedExceptionclass adds internationalization support to 
 the standard functionality provided byjava.lang.Exception. | 
| InternationalizedRuntimeException | The  InternationalizedRuntimeExceptionclass adds internationalization support to
 the standard functionality provided byjava.lang.RuntimeException. | 
| UIMA_IllegalArgumentException | Thrown to indicate that a method has been passed an illegal or inappropriate argument. | 
| UIMA_IllegalStateException | Signals that a method has been invoked at an illegal or inappropriate time. | 
| UIMA_UnsupportedOperationException | Thrown to indicate that the requested operation is not supported. | 
| UIMAException | This is the superclass for all exceptions in UIMA. | 
| UIMARuntimeException | This is the superclass for all runtime exceptions in UIMA. | 
UIMAFramework class provides the primary 
interface point for applications.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.