Package org.apache.uima.resource.metadata
Interfaces for objects that represent metadata for a
Resource.
-
Interface Summary Interface Description AllowedValue Represents an allowed value for an "enumerated" type.Capability ACapability
defines an operation that an Resource can carry out.ConfigurationGroup A group ofConfigurationParameter
s.ConfigurationParameter Completely specifies a configuration parameter on a UIMA resource.ConfigurationParameterDeclarations The declarations of configuration parameters in a Resource.ConfigurationParameterSettings The values forConfigurationParameter
s in a Resource.ExternalResourceBinding Binds anExternalResourceDependency
to anExternalResourceDescription
.FeatureDescription A description of a CAS feature.FsIndexCollection Description of a collection of CAS feature structure indexes.FsIndexDescription A description of a CAS feature structure index.FsIndexKeyDescription A description of a key defining a CAS feature structure index.Import An import declaration.LanguagePrecondition A precondition on the language of the document.MetaDataObject An object used to represent metadata of aResource
.MimeTypePrecondition A precondition on the MIME Type of the entity.NameValuePair A type ofMetaDataObject
that stores a name (String) and value (Object).OperationalProperties Operational Properties for a UIMA component.Precondition APrecondition
of a Resource is a condition that an Entity and/or its analysis in theCAS
must satisfy before that Entity can be processed by the Resource.ProcessingResourceMetaData ResourceManagerConfiguration Defines a set of external resources and their bindings toExternalResourceDependencies
.ResourceMetaData Encapsulates all metadata for aResource
.SimplePrecondition SimplePrecondition
defines a few simple conditions that can be evaluated against aCAS
.TypeDescription A description of a CAS Type.TypePriorities A declaration of priorities between CAS Types.TypePriorityList Declares a relative priority between CAS types.TypeSystemDescription Description of a CAS TypeSystem.