Uses of Interface
org.apache.uima.resource.metadata.FeatureDescription
Packages that use FeatureDescription
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for objects that represent metadata for a
Resource.
Classes for the JCasGen tool
Utility classes and interfaces used by UIMA components.
-
Uses of FeatureDescription in org.apache.uima
Methods in org.apache.uima that return FeatureDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createFeatureDescription()
Creates aFeatureDescription
. -
Uses of FeatureDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FeatureDescription -
Uses of FeatureDescription in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FeatureDescriptionModifier and TypeMethodDescriptionTypeDescription.addFeature
(String aFeatureName, String aDescription, String aRangeTypeName) Convenience method which adds a FeatureDescription to this TypeDescription.TypeDescription.addFeature
(String aFeatureName, String aDescription, String aRangeTypeName, String aElementTypeName, Boolean aMultipleReferencesAllowed) Convenience method which adds a FeatureDescription to this TypeDescription.TypeDescription.getFeatures()
Gets the descriptions of the features for this Type.Methods in org.apache.uima.resource.metadata with parameters of type FeatureDescriptionModifier and TypeMethodDescriptionvoid
TypeDescription.setFeatures
(FeatureDescription[] aFeatures) Sets the descriptions of the features for this Type. -
Uses of FeatureDescription in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement FeatureDescriptionFields in org.apache.uima.resource.metadata.impl declared as FeatureDescriptionModifier and TypeFieldDescriptionprivate FeatureDescription[]
TypeDescription_impl.mFeatures
Descriptions of all Features defined on this Type.Methods in org.apache.uima.resource.metadata.impl that return FeatureDescriptionModifier and TypeMethodDescriptionTypeDescription_impl.addFeature
(String aFeatureName, String aDescription, String aRangeTypeName) TypeDescription_impl.addFeature
(String aFeatureName, String aDescription, String aRangeTypeName, String aElementTypeName, Boolean aMultipleReferencesAllowed) TypeDescription_impl.getFeatures()
Methods in org.apache.uima.resource.metadata.impl with parameters of type FeatureDescriptionModifier and TypeMethodDescriptionvoid
TypeDescription_impl.setFeatures
(FeatureDescription[] aFeatures) -
Uses of FeatureDescription in org.apache.uima.tools.jcasgen
Fields in org.apache.uima.tools.jcasgen declared as FeatureDescriptionModifier and TypeFieldDescription(package private) static final FeatureDescription[]
Jg.emptyFds
(package private) static final FeatureDescription[]
Methods in org.apache.uima.tools.jcasgen with parameters of type FeatureDescriptionModifier and TypeMethodDescription(package private) String
(package private) String
Jg.getFeatureValue
(FeatureDescription fd, TypeDescription td) (package private) String
(package private) String
(package private) String
(package private) String
(package private) boolean
Jg.hasArrayRange
(FeatureDescription fd) private boolean
(package private) String
(package private) List
Jg.setDifference
(FeatureDescription[] newFeatures, FeatureDescription[] alreadyDefinedFeatures) (package private) String
Jg.setFeatureValue
(FeatureDescription fd, TypeDescription td) -
Uses of FeatureDescription in org.apache.uima.util
Methods in org.apache.uima.util that return FeatureDescriptionModifier and TypeMethodDescriptionstatic FeatureDescription
TypeSystemUtil.feature2FeatureDescription
(Feature aFeature) Convert aFeature
to an equivalentFeatureDescription
.Methods in org.apache.uima.util with parameters of type FeatureDescriptionModifier and TypeMethodDescriptionprotected static void
CasCreationUtils.mergeFeatures
(TypeDescription aType, FeatureDescription[] aFeatures) Merges features into a TypeDescription.