Uses of Interface
org.apache.uima.cas_data.FeatureStructure
-
Uses of FeatureStructure in org.apache.uima.cas_data
Modifier and TypeInterfaceDescriptioninterface
A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).interface
A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).Modifier and TypeMethodDescriptionCasData.getFeatureStructures()
Get an iterator over all top-level FeatureStructures, in no particular order.Modifier and TypeMethodDescriptionvoid
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. -
Uses of FeatureStructure in org.apache.uima.cas_data.impl
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionCasDataImpl.getFeatureStructures()
Returns an iterator over FeatureStructure list.Modifier and TypeMethodDescriptionvoid
CasDataImpl.addFeatureStructure
(FeatureStructure aFS) Adds a new FeatureStructure to the listvoid
CasDataImpl.removeFeatureStructure
(FeatureStructure aFS) Removes named FeatureStructure from the list