| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.impl | Apache UIMA internals | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureDescription | ResourceSpecifierFactory. createFeatureDescription()Creates a  FeatureDescription. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureDescription | ResourceSpecifierFactory_impl. createFeatureDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TypeDescription. setFeatures(FeatureDescription[] aFeatures)Sets the descriptions of the features for this Type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FeatureDescription_implReference implementation of  FeatureDescription. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureDescription | TypeDescription_impl. addFeature(String aFeatureName,
          String aDescription,
          String aRangeTypeName) | 
| FeatureDescription | TypeDescription_impl. addFeature(String aFeatureName,
          String aDescription,
          String aRangeTypeName,
          String aElementTypeName,
          Boolean aMultipleReferencesAllowed) | 
| FeatureDescription[] | TypeDescription_impl. getFeatures() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TypeDescription_impl. setFeatures(FeatureDescription[] aFeatures) | 
| Modifier and Type | Method and Description | 
|---|---|
| static FeatureDescription | TypeSystemUtil. feature2FeatureDescription(Feature aFeature)Convert a  Featureto an equivalentFeatureDescription. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static void | CasCreationUtils. mergeFeatures(TypeDescription aType,
             FeatureDescription[] aFeatures)Merges features into a TypeDescription. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.