Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.uima.resource Classes and Interfaces - 64 results found.
NameDescriptionTypePackageFramework
AllowedValueRepresents an allowed value for an enumerated type.Interfaceorg.apache.uima.resource.metadataApache Uima
CapabilityA Capability defines an operation that an Resource can carry out.Interfaceorg.apache.uima.resource.metadataApache Uima
CasDefinitionEncapsulates information that defines how to create a CAS.Classorg.apache.uima.resourceApache Uima
CasManagerManages creation and pooling of CAS instances within an AnalysisEngine.Interfaceorg.apache.uima.resourceApache Uima
ConfigurableDataResourceSpecifierA type of ResourceSpecifier that locates a resource file using its URL.Interfaceorg.apache.uima.resourceApache Uima
ConfigurableResourceA Resource that has configuration parameters that can be changed after the Resource has To set configuration parameters, call the setConfigParameterValue(String,String,Object)Interfaceorg.apache.uima.resourceApache Uima
ConfigurableResource_ImplBase parameters as well as basic reconfiguration capability.Classorg.apache.uima.resourceApache Uima
ConfigurationGroupA group of ConfigurationParameters.Interfaceorg.apache.uima.resource.metadataApache Uima
ConfigurationManagerManages the configuration parameters of all components within a possibly aggregate Resource.Interfaceorg.apache.uima.resourceApache Uima
ConfigurationParameterCompletely specifies a configuration parameter on a UIMA resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ConfigurationParameterDeclarationsThe declarations of configuration parameters in a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ConfigurationParameterSettingsThe values for ConfigurationParameters in a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
CustomResourceSpecifierA type of ResourceSpecifier that specifically names the Java class that should be created.Interfaceorg.apache.uima.resourceApache Uima
DataResourceDataResource is a simple resource that provides access to data.Interfaceorg.apache.uima.resourceApache Uima
ExternalResourceBindingBinds an ExternalResourceDependency to an ExternalResourceDescription.Interfaceorg.apache.uima.resource.metadataApache Uima
ExternalResourceDependencyAn ExternalResourceDependency object describes an resources's requirements on an external resource.Interfaceorg.apache.uima.resourceApache Uima
ExternalResourceDescriptionAn ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.Interfaceorg.apache.uima.resourceApache Uima
FeatureDescriptionA description of a CAS feature.Interfaceorg.apache.uima.resource.metadataApache Uima
FileLanguageResourceSpecifierA type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier.Interfaceorg.apache.uima.resourceApache Uima
FileResourceSpecifierA type of ResourceSpecifier that locates a resource file using its URL.Interfaceorg.apache.uima.resourceApache Uima
FsIndexCollectionDescription of a collection of CAS feature structure indexes.Interfaceorg.apache.uima.resource.metadataApache Uima
FsIndexDescriptionA description of a CAS feature structure index.Interfaceorg.apache.uima.resource.metadataApache Uima
FsIndexKeyDescriptionA description of a key defining a CAS feature structure index.Interfaceorg.apache.uima.resource.metadataApache Uima
ImportAn import declaration.Interfaceorg.apache.uima.resource.metadataApache Uima
JMSMessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
LanguagePreconditionA precondition on the language of the document.Interfaceorg.apache.uima.resource.metadataApache Uima
MailMessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
ManagementObjectBase interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.Interfaceorg.apache.uima.resourceApache Uima
MessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
MetaDataObjectAn object used to represent metadata of a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
MimeTypePreconditionA precondition on the MIME Type of the entity.Interfaceorg.apache.uima.resource.metadataApache Uima
MQMessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
NameValuePairA type of MetaDataObject that stores a name (String) and value (Object).Interfaceorg.apache.uima.resource.metadataApache Uima
OperationalPropertiesOperational Properties for a UIMA component.Interfaceorg.apache.uima.resource.metadataApache Uima
ParameterA general parameter having a name and a value, which are both strings.Interfaceorg.apache.uima.resourceApache Uima
ParameterizedDataResourceA resource that provides access to data, where the data can vary based on parameters.Interfaceorg.apache.uima.resourceApache Uima
PearSpecifierA type of ResourceSpecifier that locate an installed pear Resource.Interfaceorg.apache.uima.resourceApache Uima
PreconditionA 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.Interfaceorg.apache.uima.resource.metadataApache Uima
ProcessingResourceMetaDataMetadata that describes a Processing Resource - that is, one that reads or writes to the CAS.Interfaceorg.apache.uima.resource.metadataApache Uima
RelativePathResolverUsed by the resource manager to resolve relative URLs to absolute URLs.Interfaceorg.apache.uima.resourceApache Uima
ResourceResource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).Interfaceorg.apache.uima.resourceApache Uima
Resource_ImplBase resource metadata and the UIMA Context, which in turn provides access to framework facilities such as logging and resource management.Classorg.apache.uima.resourceApache Uima
ResourceAccessExceptionThrown to indicate a failure has occurred in attempting to access an external resource.Classorg.apache.uima.resourceApache Uima
ResourceConfigurationExceptionThrown to indicate that a Resource's configuration paramters could not be set.Classorg.apache.uima.resourceApache Uima
ResourceCreationSpecifierA ResourceCreationSpecifier is the supertype of AnalysisEngineDescription,Interfaceorg.apache.uima.resourceApache Uima
ResourceInitializationExceptionThrown by Resource.Classorg.apache.uima.resourceApache Uima
ResourceManagerA ResourceManager holds a collection of Resource objects, each registered under a specified key.Interfaceorg.apache.uima.resourceApache Uima
ResourceManagerConfigurationDefines a set of external resources and their bindings to ExternalResourceDependencies.Interfaceorg.apache.uima.resource.metadataApache Uima
ResourceManagerPearWrapperA ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent,Interfaceorg.apache.uima.resourceApache Uima
ResourceMetaDataEncapsulates all metadata for a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ResourceProcessExceptionThrown to indicate that a Resource has encountered a problem during its processing.Classorg.apache.uima.resourceApache Uima
ResourceServiceExceptionThrown to indicate that an error has occurred during communication with a remote resourceSee Also:Serialized FormClassorg.apache.uima.resourceApache Uima
ResourceServiceSpecifierA ResourceServiceSpecifier is a type of ResourceSpecifier that contains information that can be used to locate an existing resource available as a service.Interfaceorg.apache.uima.resourceApache Uima
ResourceServiceStubA stub that calls a remote AnalysisEngine service.Interfaceorg.apache.uima.resourceApache Uima
ResourceSpecifierA ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating anInterfaceorg.apache.uima.resourceApache Uima
ResourceSpecifierListA type of ResourceSpecifier that is an aggregate of other ResourceSpecifiers.Interfaceorg.apache.uima.resourceApache Uima
SessionAn object that encapsulates all conversational state between a UIMA Resource and a particular client.Interfaceorg.apache.uima.resourceApache Uima
SharedResourceObjectThe SharedResourceObject interface must be implemented by all classes that provide access to resource data.Interfaceorg.apache.uima.resourceApache Uima
SimplePreconditionSimplePrecondition defines a few simple conditions that can be evaluted against a A value in the CAS (see below) will be compared against the precondition'sInterfaceorg.apache.uima.resource.metadataApache Uima
TypeDescriptionA description of a CAS Type.Interfaceorg.apache.uima.resource.metadataApache Uima
TypePrioritiesA declaration of priorities between CAS Types.Interfaceorg.apache.uima.resource.metadataApache Uima
TypePriorityListDeclares a relative priority between CAS types.Interfaceorg.apache.uima.resource.metadataApache Uima
TypeSystemDescriptionDescription of a CAS TypeSystem.Interfaceorg.apache.uima.resource.metadataApache Uima
URISpecifierA type of ResourceSpecifier that locates an existing Resource service by its URI.Interfaceorg.apache.uima.resourceApache Uima