Uses of Interface
org.apache.uima.resource.metadata.FeatureDescription
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of FeatureDescription in org.apache.uima
Modifier and TypeMethodDescriptionResourceSpecifierFactory.createFeatureDescription()
Creates aFeatureDescription
. -
Uses of FeatureDescription in org.apache.uima.impl
-
Uses of FeatureDescription in org.apache.uima.resource.metadata
Modifier 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.Modifier 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
Modifier 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()
Modifier and TypeMethodDescriptionvoid
TypeDescription_impl.setFeatures
(FeatureDescription... aFeatures) -
Uses of FeatureDescription in org.apache.uima.taeconfigurator.editors.ui
Modifier and TypeFieldDescriptionstatic final FeatureDescription[]
AbstractSection.featureDescriptionArray0
The Constant featureDescriptionArray0.Modifier and TypeMethodDescriptionAbstractSection.getFeature
(TypeDescription td, String featureName) gets a feature description for a type, including supertypes.TypeSection.getFeatureDescriptionFromTableTreeItem
(org.eclipse.swt.widgets.TreeItem item) Gets the feature description from table tree item.AbstractImportablePartSection.getFeatureFromTypeDescription
(String name, TypeDescription td) returns null if no feature by this name.protected FeatureDescription
AbstractImportablePartSection.getLocalFeatureDefinition
(TypeDescription td, String featureName) Gets the local feature definition.protected FeatureDescription
AbstractImportablePartSection.getLocalFeatureDefinition
(TypeDescription td, FeatureDescription fd) Gets the local feature definition.Modifier and TypeMethodDescriptionTypeSection.checkFeature
(AddFeatureDialog dialog, TypeDescription td, FeatureDescription oldFd) verify a new or edited feature is valid.void
TypeSection.featureUpdate
(FeatureDescription fd, AddFeatureDialog dialog) Feature update.protected FeatureDescription
AbstractImportablePartSection.getLocalFeatureDefinition
(TypeDescription td, FeatureDescription fd) Gets the local feature definition. -
Uses of FeatureDescription in org.apache.uima.taeconfigurator.editors.ui.dialogs
ModifierConstructorDescriptionAddFeatureDialog
(AbstractSection aSection, TypeDescription aTd, FeatureDescription aExistingFd) Instantiates a new adds the feature dialog. -
Uses of FeatureDescription in org.apache.uima.util
Modifier and TypeMethodDescriptionstatic FeatureDescription
TypeSystemUtil.feature2FeatureDescription
(Feature aFeature) Convert aFeature
to an equivalentFeatureDescription
.Modifier and TypeMethodDescriptionprotected static void
CasCreationUtils.mergeFeatures
(TypeDescription aType, FeatureDescription[] aFeatures) Merges features into a TypeDescription.