| Package | Description | 
|---|---|
| org.apache.uima.cas_data | |
| org.apache.uima.cas_data.impl | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FeatureStructureImpl | 
| class  | PrimitiveArrayFSImpl | 
| class  | ReferenceArrayFSImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<FeatureStructure> | CasDataImpl. getFeatureStructures()Returns an iterator over FeatureStructure list. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasDataImpl. addFeatureStructure(FeatureStructure aFS)Adds a new FeatureStructure to the list | 
| void | CasDataImpl. removeFeatureStructure(FeatureStructure aFS)Removes named FeatureStructure from the list | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.