|
||||||||||
| 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.resource.metadata | Interfaces for objects that represent metadata for a Resource. |
| 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.resource.metadata |
|---|
| Methods in org.apache.uima.resource.metadata that return FeatureDescription | |
|---|---|
FeatureDescription |
TypeDescription.addFeature(String aFeatureName,
String aDescription,
String aRangeTypeName)
Convenience method which adds a FeatureDescription to this TypeDescription. |
FeatureDescription |
TypeDescription.addFeature(String aFeatureName,
String aDescription,
String aRangeTypeName,
String aElementTypeName,
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.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 | |||||||||