public class CasDataImpl extends Object implements CasData
| Constructor and Description | 
|---|
| CasDataImpl()Initializes FeatureStructure list | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFeatureStructure(FeatureStructure aFS)Adds a new FeatureStructure to the list | 
| Iterator<FeatureStructure> | getFeatureStructures()Returns an iterator over FeatureStructure list. | 
| void | removeFeatureStructure(FeatureStructure aFS)Removes named FeatureStructure from the list | 
| String | toString() | 
public Iterator<FeatureStructure> getFeatureStructures()
getFeatureStructures in interface CasDatapublic void addFeatureStructure(FeatureStructure aFS)
addFeatureStructure in interface CasDataaFS - - new FeatureStructure to be addedpublic void removeFeatureStructure(FeatureStructure aFS)
removeFeatureStructure in interface CasDataaFS - - FeatureStructure to removeCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.