Uses of Interface
org.apache.uima.cas_data.FeatureStructure
-
Packages that use FeatureStructure Package Description org.apache.uima.cas_data org.apache.uima.cas_data.impl org.apache.uima.collection.impl.cpm.container.deployer -
-
Uses of FeatureStructure in org.apache.uima.cas_data
Subinterfaces of FeatureStructure in org.apache.uima.cas_data Modifier and Type Interface Description interfacePrimitiveArrayFSA subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).interfaceReferenceArrayFSA 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description voidCasData. addFeatureStructure(FeatureStructure aFS)Adds a FeatureStructure to the list of top-level FeatureStructures contained in this CasData.voidCasData. 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 FeatureStructure Modifier and Type Class Description classFeatureStructureImplclassPrimitiveArrayFSImplclassReferenceArrayFSImplFields in org.apache.uima.cas_data.impl with type parameters of type FeatureStructure Modifier and Type Field Description private java.util.List<FeatureStructure>CasDataImpl. fsListMethods in org.apache.uima.cas_data.impl that return types with arguments of type FeatureStructure Modifier and Type Method Description java.util.Iterator<FeatureStructure>CasDataImpl. getFeatureStructures()Returns an iterator over FeatureStructure list.Methods in org.apache.uima.cas_data.impl with parameters of type FeatureStructure Modifier and Type Method Description private voidCasDataToXCas. _generate(FeatureStructure aFS, CasDataToXCas.DocTextHolder aDocTextHolder)private voidCasDataToXCas. _generateDocFS(FeatureStructure aFS, CasDataToXCas.DocTextHolder aDocTextHolder)voidCasDataImpl. addFeatureStructure(FeatureStructure aFS)Adds a new FeatureStructure to the listprivate java.lang.StringCasDataToXCas. getXCasElementName(FeatureStructure aFS)Gets the XCAS element name for a FS.voidCasDataImpl. 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 FeatureStructure Modifier and Type Method Description private FeatureStructureVinciTAP. getDocTextFeatureStructure(CasData aCasData)Gets the CasData FeatureStructure representing the document text, if any.
-