| Name | Description | Type | Package | Framework |
| AllowedValue | Represents an allowed value for an enumerated type. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| Capability | A Capability defines an operation that an Resource can carry out. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| CasDefinition | Encapsulates information that defines how to create a CAS. | Class | org.apache.uima.resource | Apache Uima |
|
| CasManager | Manages creation and pooling of CAS instances within an AnalysisEngine. | Interface | org.apache.uima.resource | Apache Uima |
|
| ConfigurableDataResourceSpecifier | A type of ResourceSpecifier that locates a resource file using its URL. | Interface | org.apache.uima.resource | Apache Uima |
|
| ConfigurableResource | A Resource that has configuration parameters that can be changed after the Resource has To set configuration parameters, call the setConfigParameterValue(String,String,Object) | Interface | org.apache.uima.resource | Apache Uima |
|
| ConfigurableResource_ImplBase | parameters as well as basic reconfiguration capability. | Class | org.apache.uima.resource | Apache Uima |
|
| ConfigurationGroup | A group of ConfigurationParameters. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ConfigurationManager | Manages the configuration parameters of all components within a possibly aggregate Resource. | Interface | org.apache.uima.resource | Apache Uima |
|
| ConfigurationParameter | Completely specifies a configuration parameter on a UIMA resource. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ConfigurationParameterDeclarations | The declarations of configuration parameters in a Resource. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ConfigurationParameterSettings | The values for ConfigurationParameters in a Resource. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| CustomResourceSpecifier | A type of ResourceSpecifier that specifically names the Java class that should be created. | Interface | org.apache.uima.resource | Apache Uima |
|
| DataResource | DataResource is a simple resource that provides access to data. | Interface | org.apache.uima.resource | Apache Uima |
|
| ExternalResourceBinding | Binds an ExternalResourceDependency to an ExternalResourceDescription. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ExternalResourceDependency | An ExternalResourceDependency object describes an resources's requirements on an external resource. | Interface | org.apache.uima.resource | Apache Uima |
|
| ExternalResourceDescription | An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components. | Interface | org.apache.uima.resource | Apache Uima |
|
| FeatureDescription | A description of a CAS feature. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| FileLanguageResourceSpecifier | A type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier. | Interface | org.apache.uima.resource | Apache Uima |
|
| FileResourceSpecifier | A type of ResourceSpecifier that locates a resource file using its URL. | Interface | org.apache.uima.resource | Apache Uima |
|
| FsIndexCollection | Description of a collection of CAS feature structure indexes. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| FsIndexDescription | A description of a CAS feature structure index. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| FsIndexKeyDescription | A description of a key defining a CAS feature structure index. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| Import | An import declaration. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| JMSMessagingSpecifier | To change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates. | Interface | org.apache.uima.resource | Apache Uima |
|
| LanguagePrecondition | A precondition on the language of the document. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| MailMessagingSpecifier | To change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates. | Interface | org.apache.uima.resource | Apache Uima |
|
| ManagementObject | Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework. | Interface | org.apache.uima.resource | Apache Uima |
|
| MessagingSpecifier | To change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates. | Interface | org.apache.uima.resource | Apache Uima |
|
| MetaDataObject | An object used to represent metadata of a Resource. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| MimeTypePrecondition | A precondition on the MIME Type of the entity. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| MQMessagingSpecifier | To change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates. | Interface | org.apache.uima.resource | Apache Uima |
|
| NameValuePair | A type of MetaDataObject that stores a name (String) and value (Object). | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| OperationalProperties | Operational Properties for a UIMA component. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| Parameter | A general parameter having a name and a value, which are both strings. | Interface | org.apache.uima.resource | Apache Uima |
|
| ParameterizedDataResource | A resource that provides access to data, where the data can vary based on parameters. | Interface | org.apache.uima.resource | Apache Uima |
|
| PearSpecifier | A type of ResourceSpecifier that locate an installed pear Resource. | Interface | org.apache.uima.resource | Apache Uima |
|
| Precondition | A Precondition of a Resource is a condition that an Entity and/or its analysis in the CAS must satisfy before that Entity can be processed by the Resource. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ProcessingResourceMetaData | Metadata that describes a Processing Resource - that is, one that reads or writes to the CAS. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| RelativePathResolver | Used by the resource manager to resolve relative URLs to absolute URLs. | Interface | org.apache.uima.resource | Apache Uima |
|
| Resource | Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources). | Interface | org.apache.uima.resource | Apache Uima |
|
| Resource_ImplBase | resource metadata and the UIMA Context, which in turn provides access to framework facilities such as logging and resource management. | Class | org.apache.uima.resource | Apache Uima |
|
| ResourceAccessException | Thrown to indicate a failure has occurred in attempting to access an external resource. | Class | org.apache.uima.resource | Apache Uima |
|
| ResourceConfigurationException | Thrown to indicate that a Resource's configuration paramters could not be set. | Class | org.apache.uima.resource | Apache Uima |
|
| ResourceCreationSpecifier | A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, | Interface | org.apache.uima.resource | Apache Uima |
|
| ResourceInitializationException | Thrown by Resource. | Class | org.apache.uima.resource | Apache Uima |
|
| ResourceManager | A ResourceManager holds a collection of Resource objects, each registered under a specified key. | Interface | org.apache.uima.resource | Apache Uima |
|
| ResourceManagerConfiguration | Defines a set of external resources and their bindings to ExternalResourceDependencies. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ResourceManagerPearWrapper | A ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent, | Interface | org.apache.uima.resource | Apache Uima |
|
| ResourceMetaData | Encapsulates all metadata for a Resource. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| ResourceProcessException | Thrown to indicate that a Resource has encountered a problem during its processing. | Class | org.apache.uima.resource | Apache Uima |
|
| ResourceServiceException | Thrown to indicate that an error has occurred during communication with a remote resourceSee Also:Serialized Form | Class | org.apache.uima.resource | Apache Uima |
|
| ResourceServiceSpecifier | A ResourceServiceSpecifier is a type of ResourceSpecifier that contains information that can be used to locate an existing resource available as a service. | Interface | org.apache.uima.resource | Apache Uima |
|
| ResourceServiceStub | A stub that calls a remote AnalysisEngine service. | Interface | org.apache.uima.resource | Apache Uima |
|
| ResourceSpecifier | A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an | Interface | org.apache.uima.resource | Apache Uima |
|
| ResourceSpecifierList | A type of ResourceSpecifier that is an aggregate of other ResourceSpecifiers. | Interface | org.apache.uima.resource | Apache Uima |
|
| Session | An object that encapsulates all conversational state between a UIMA Resource and a particular client. | Interface | org.apache.uima.resource | Apache Uima |
|
| SharedResourceObject | The SharedResourceObject interface must be implemented by all classes that provide access to resource data. | Interface | org.apache.uima.resource | Apache Uima |
|
| SimplePrecondition | SimplePrecondition defines a few simple conditions that can be evaluted against a A value in the CAS (see below) will be compared against the precondition's | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| TypeDescription | A description of a CAS Type. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| TypePriorities | A declaration of priorities between CAS Types. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| TypePriorityList | Declares a relative priority between CAS types. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| TypeSystemDescription | Description of a CAS TypeSystem. | Interface | org.apache.uima.resource.metadata | Apache Uima |
|
| URISpecifier | A type of ResourceSpecifier that locates an existing Resource service by its URI. | Interface | org.apache.uima.resource | Apache Uima |