| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| FeatureDescription | ResourceSpecifierFactory. createFeatureDescription()Creates a  FeatureDescription. | 
| 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 | 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–2017 The Apache Software Foundation. All rights reserved.