Package org.apache.uima
The main package for the Unstructured Information Management Middleware
Architecture. The
UIMAFramework
class provides the primary
interface point for applications.-
Interface Summary Interface Description CompositeResourceFactory A type ofResourceFactory
that produces resources by delegating to other Resource Factories.ResourceFactory AResourceFactory
is used to acquire instances ofResource
s.ResourceSpecifierFactory A factory used to createResourceSpecifier
instances and instances of other objects needed to composeResourceSpecifier
s.UimaContext Provides access to external resources (other than the CAS).UimaContextAdmin Admin interface to the UIMA Context. -
Class Summary 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 Summary Exception Description InternationalizedException TheInternationalizedException
class adds internationalization support to the standard functionality provided byjava.lang.Exception
.InternationalizedRuntimeException TheInternationalizedRuntimeException
class 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.