Uses of Interface
org.apache.uima.resource.metadata.FeatureDescription
-
Packages that use FeatureDescription Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.tools.jcasgen Describes the format of the generated JCas cover classes for UIMA Version 3.org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of FeatureDescription in org.apache.uima
Methods in org.apache.uima that return FeatureDescription Modifier and Type Method Description FeatureDescription
ResourceSpecifierFactory. createFeatureDescription()
Creates aFeatureDescription
. -
Uses of FeatureDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FeatureDescription Modifier and Type Method Description FeatureDescription
ResourceSpecifierFactory_impl. createFeatureDescription()
-
Uses of FeatureDescription in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FeatureDescription Modifier and Type Method Description FeatureDescription
TypeDescription. addFeature(java.lang.String aFeatureName, java.lang.String aDescription, java.lang.String aRangeTypeName)
Convenience method which adds a FeatureDescription to this TypeDescription.FeatureDescription
TypeDescription. addFeature(java.lang.String aFeatureName, java.lang.String aDescription, java.lang.String aRangeTypeName, java.lang.String aElementTypeName, java.lang.Boolean aMultipleReferencesAllowed)
Convenience method which adds a FeatureDescription to this TypeDescription.FeatureDescription[]
TypeDescription. getFeatures()
Gets the descriptions of the features for this Type.Methods in org.apache.uima.resource.metadata with parameters of type FeatureDescription Modifier and Type Method Description void
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 FeatureDescription Modifier and Type Class Description class
FeatureDescription_impl
Reference implementation ofFeatureDescription
.Fields in org.apache.uima.resource.metadata.impl declared as FeatureDescription Modifier and Type Field Description private static FeatureDescription[]
TypeDescription_impl. EMPTY_FEAT_DESC_ARRAY
private FeatureDescription[]
TypeDescription_impl. mFeatures
Descriptions of all Features defined on this Type.Methods in org.apache.uima.resource.metadata.impl that return FeatureDescription Modifier and Type Method Description FeatureDescription
TypeDescription_impl. addFeature(java.lang.String aFeatureName, java.lang.String aDescription, java.lang.String aRangeTypeName)
FeatureDescription
TypeDescription_impl. addFeature(java.lang.String aFeatureName, java.lang.String aDescription, java.lang.String aRangeTypeName, java.lang.String aElementTypeName, java.lang.Boolean aMultipleReferencesAllowed)
FeatureDescription[]
TypeDescription_impl. getFeatures()
Methods in org.apache.uima.resource.metadata.impl with parameters of type FeatureDescription Modifier and Type Method Description void
TypeDescription_impl. setFeatures(FeatureDescription[] aFeatures)
-
Uses of FeatureDescription in org.apache.uima.tools.jcasgen
Fields in org.apache.uima.tools.jcasgen declared as FeatureDescription Modifier and Type Field Description (package private) static FeatureDescription[]
Jg. emptyFds
The Constant emptyFds.(package private) static FeatureDescription[]
Jg. featureDescriptionArray0
The Constant featureDescriptionArray0.Methods in org.apache.uima.tools.jcasgen that return types with arguments of type FeatureDescription Modifier and Type Method Description (package private) java.util.List<FeatureDescription>
Jg. setDifference(FeatureDescription[] newFeatures, FeatureDescription[] alreadyDefinedFeatures)
Sets the difference.Methods in org.apache.uima.tools.jcasgen with parameters of type FeatureDescription Modifier and Type Method Description (package private) java.lang.String
Jg. getArrayFeatureValue(FeatureDescription fd, TypeDescription td)
Gets the array feature value.(package private) java.lang.String
Jg. getFeatureValue(FeatureDescription fd, TypeDescription td)
Gets the feature value.(package private) java.lang.String
Jg. getGetSetArrayNamePart(FeatureDescription fd)
Gets the gets the set array name part.(package private) java.lang.String
Jg. getGetSetNamePart(FeatureDescription fd)
Gets the gets the set name part.(package private) java.lang.String
Jg. getJavaRangeArrayElementType(FeatureDescription fd)
Gets the java range array element type.(package private) java.lang.String
Jg. getJavaRangeArrayElementType2(FeatureDescription fd)
Gets the java range array element type, with generic type or ? in <> as needed(package private) java.lang.String
Jg. getJavaRangeType(FeatureDescription fd)
Gets the java range type.(package private) java.lang.String
Jg. getJavaRangeType2(FeatureDescription fd)
Gets the java range type, with generic types in <> as required.(package private) boolean
Jg. hasArrayRange(FeatureDescription fd)
Checks for array range.(package private) boolean
Jg. isElementTypeGeneric(FeatureDescription fd)
(package private) boolean
Jg. isPossibleIndexKey(FeatureDescription fd)
Checks if is possible index key.(package private) boolean
Jg. isRangeTypeGeneric(FeatureDescription fd)
private boolean
Jg. isSameFeatureDescription(FeatureDescription f1, FeatureDescription f2)
Checks if is same feature description.(package private) boolean
Jg. isStringSubtype(FeatureDescription fd)
Checks if is string subtype.(package private) java.lang.String
Jg. setArrayFeatureValue(FeatureDescription fd, TypeDescription td)
Sets the array feature value.(package private) java.util.List<FeatureDescription>
Jg. setDifference(FeatureDescription[] newFeatures, FeatureDescription[] alreadyDefinedFeatures)
Sets the difference.(package private) java.lang.String
Jg. 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 FeatureDescription Modifier and Type Field Description private static FeatureDescription[]
CasCreationUtils. EMPTY_FEAT_DESC_ARRAY
Methods in org.apache.uima.util that return FeatureDescription Modifier and Type Method Description static FeatureDescription
TypeSystemUtil. feature2FeatureDescription(Feature aFeature)
Convert aFeature
to an equivalentFeatureDescription
.Methods in org.apache.uima.util with parameters of type FeatureDescription Modifier and Type Method Description protected static void
CasCreationUtils. mergeFeatures(TypeDescription aType, FeatureDescription[] aFeatures)
Merges features into a TypeDescription.
-