Uses of Interface
org.apache.uima.cas_data.FeatureValue
-
Uses of FeatureValue in org.apache.uima.cas_data
Modifier and TypeInterfaceDescriptioninterface
Represents a primitive feature value - a string, integer, or float.interface
A FeatureValue that represents a reference, via ID, to another FeatureStructure.Modifier and TypeMethodDescriptionFeatureStructure.getFeatureValue
(String aName) Gets the value of a featureModifier and TypeMethodDescriptionvoid
FeatureStructure.setFeatureValue
(String aName, FeatureValue aValue) Sets the value of a feature -
Uses of FeatureValue in org.apache.uima.cas_data.impl
Modifier and TypeMethodDescriptionvoid
FeatureStructureImpl.setFeatureValue
(String aFeatureType, FeatureValue aValue)