| Package | Description | 
|---|---|
| org.apache.uima.cas_data | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PrimitiveArrayFSA subtype of FeatureStructure that represents an array of primitive values (Strings, int, or
 floats). | 
| interface  | ReferenceArrayFSA subtype of FeatureStructure that represents an array of primitive values (Strings, int, or
 floats). | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<FeatureStructure> | CasData. getFeatureStructures()Get an iterator over all top-level FeatureStructures, in no particular order. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasData. addFeatureStructure(FeatureStructure aFS)Adds a FeatureStructure to the list of top-level FeatureStructures contained in this CasData. | 
| void | CasData. removeFeatureStructure(FeatureStructure aFS)Removes a FeatureStructure to this CasData. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.