Uses of Interface
org.apache.uima.cas_data.FeatureStructure
Packages that use FeatureStructure
Package
Description
-
Uses of FeatureStructure in org.apache.uima.cas_data
Subinterfaces of FeatureStructure in org.apache.uima.cas_dataModifier 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).Methods in org.apache.uima.cas_data that return types with arguments of type FeatureStructureModifier and TypeMethodDescriptionCasData.getFeatureStructures()
Get an iterator over all top-level FeatureStructures, in no particular order.Methods in org.apache.uima.cas_data with parameters of type FeatureStructureModifier 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
Classes in org.apache.uima.cas_data.impl that implement FeatureStructureModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.uima.cas_data.impl with type parameters of type FeatureStructureMethods in org.apache.uima.cas_data.impl that return types with arguments of type FeatureStructureModifier and TypeMethodDescriptionCasDataImpl.getFeatureStructures()
Returns an iterator over FeatureStructure list.Methods in org.apache.uima.cas_data.impl with parameters of type FeatureStructureModifier and TypeMethodDescriptionprivate void
CasDataToXCas._generate
(FeatureStructure aFS, CasDataToXCas.DocTextHolder aDocTextHolder) private void
CasDataToXCas._generateDocFS
(FeatureStructure aFS, CasDataToXCas.DocTextHolder aDocTextHolder) void
CasDataImpl.addFeatureStructure
(FeatureStructure aFS) Adds a new FeatureStructure to the listprivate String
CasDataToXCas.getXCasElementName
(FeatureStructure aFS) Gets the XCAS element name for a FS.void
CasDataImpl.removeFeatureStructure
(FeatureStructure aFS) Removes named FeatureStructure from the list -
Uses of FeatureStructure in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that return FeatureStructureModifier and TypeMethodDescriptionprivate FeatureStructure
VinciTAP.getDocTextFeatureStructure
(CasData aCasData) Gets the CasData FeatureStructure representing the document text, if any.