|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureDescription | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.impl | Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.resource.metadata | Interfaces for objects that represent metadata for a Resource. |
org.apache.uima.resource.metadata.impl | |
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 | |
---|---|
FeatureDescription |
ResourceSpecifierFactory.createFeatureDescription()
Creates a FeatureDescription . |
Uses of FeatureDescription in org.apache.uima.impl |
---|
Methods in org.apache.uima.impl that return FeatureDescription | |
---|---|
FeatureDescription |
ResourceSpecifierFactory_impl.createFeatureDescription()
|
Uses of FeatureDescription in org.apache.uima.resource.metadata |
---|
Methods in org.apache.uima.resource.metadata that return FeatureDescription | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
FeatureDescription_impl
Reference implementation of FeatureDescription . |
Methods in org.apache.uima.resource.metadata.impl that return FeatureDescription | |
---|---|
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 | |
---|---|
void |
TypeDescription_impl.setFeatures(FeatureDescription[] aFeatures)
|
Uses of FeatureDescription in org.apache.uima.util |
---|
Methods in org.apache.uima.util that return FeatureDescription | |
---|---|
static FeatureDescription |
TypeSystemUtil.feature2FeatureDescription(Feature aFeature)
Convert a Feature to an equivalent FeatureDescription . |
Methods in org.apache.uima.util with parameters of type FeatureDescription | |
---|---|
protected static void |
CasCreationUtils.mergeFeatures(TypeDescription aType,
FeatureDescription[] aFeatures)
Merges features into a TypeDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |