Uses of Interface
org.apache.uima.cas_data.FeatureStructure

Packages that use FeatureStructure
org.apache.uima.cas_data   
 

Uses of FeatureStructure in org.apache.uima.cas_data
 

Subinterfaces of FeatureStructure in org.apache.uima.cas_data
 interface PrimitiveArrayFS
          A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
 interface ReferenceArrayFS
          A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
 

Methods in org.apache.uima.cas_data that return types with arguments of type FeatureStructure
 Iterator<FeatureStructure> CasData.getFeatureStructures()
          Get an iterator over all top-level FeatureStructures, in no particular order.
 

Methods in org.apache.uima.cas_data with parameters of type FeatureStructure
 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 © 2010 The Apache Software Foundation. All Rights Reserved.