See: Description
Interface | Description |
---|---|
CompositeResourceFactory |
A type of
ResourceFactory that produces resources by delegating to other Resource
Factories. |
ResourceFactory |
A
ResourceFactory is used to acquire instances of Resource s. |
ResourceSpecifierFactory |
A factory used to create
ResourceSpecifier instances and
instances of other objects needed to compose ResourceSpecifier s. |
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
InternationalizedException class adds internationalization support to
the standard functionality provided by java.lang.Exception . |
InternationalizedRuntimeException |
The
InternationalizedRuntimeException class adds internationalization support to
the standard functionality provided by java.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.