Uses of Interface
org.apache.uima.resource.metadata.FeatureDescription
Packages that use FeatureDescription
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a
Resource.
Describes the format of the generated JCas cover classes for UIMA Version 3.
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 TypeMethodDescriptionvoidTypeDescription.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 static final FeatureDescription[]TypeDescription_impl.EMPTY_FEAT_DESC_ARRAYprivate FeatureDescription[]TypeDescription_impl.mFeaturesDescriptions 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 TypeMethodDescriptionvoidTypeDescription_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.emptyFdsThe Constant emptyFds.(package private) static final FeatureDescription[]The Constant featureDescriptionArray0.Methods in org.apache.uima.tools.jcasgen that return types with arguments of type FeatureDescriptionModifier and TypeMethodDescription(package private) List<FeatureDescription> Jg.setDifference(FeatureDescription[] newFeatures, FeatureDescription[] alreadyDefinedFeatures) Sets the difference.Methods in org.apache.uima.tools.jcasgen with parameters of type FeatureDescriptionModifier and TypeMethodDescription(package private) StringGets the array feature value.(package private) StringJg.getFeatureValue(FeatureDescription fd, TypeDescription td) Gets the feature value.(package private) StringGets the gets the set array name part.(package private) StringGets the gets the set name part.(package private) StringGets the java range array element type.(package private) StringGets the java range array element type, with generic type or ? in invalid input: '<'> as needed(package private) StringGets the java range type.(package private) StringGets the java range type, with generic types in invalid input: '<'> as required.(package private) booleanJg.hasArrayRange(FeatureDescription fd) Checks for array range.(package private) boolean(package private) booleanChecks if is possible index key.(package private) booleanprivate booleanChecks if is same feature description.(package private) booleanChecks if is string subtype.(package private) StringSets the array feature value.(package private) List<FeatureDescription> Jg.setDifference(FeatureDescription[] newFeatures, FeatureDescription[] alreadyDefinedFeatures) Sets the difference.(package private) StringJg.setFeatureValue(FeatureDescription fd, TypeDescription td) Sets the feature value. -
Uses of FeatureDescription in org.apache.uima.util
Fields in org.apache.uima.util declared as FeatureDescriptionModifier and TypeFieldDescriptionprivate static final FeatureDescription[]CasCreationUtils.EMPTY_FEAT_DESC_ARRAYMethods in org.apache.uima.util that return FeatureDescriptionModifier and TypeMethodDescriptionstatic FeatureDescriptionTypeSystemUtil.feature2FeatureDescription(Feature aFeature) Convert aFeatureto an equivalentFeatureDescription.Methods in org.apache.uima.util with parameters of type FeatureDescriptionModifier and TypeMethodDescriptionprotected static voidCasCreationUtils.mergeFeatures(TypeDescription aType, FeatureDescription[] aFeatures) Merges features into a TypeDescription.