Uses of Interface
org.apache.uima.cas_data.FeatureValue
-
Packages that use FeatureValue Package Description org.apache.uima.cas_data org.apache.uima.cas_data.impl org.apache.uima.collection.impl.cpm.vinci.cas_data -
-
Uses of FeatureValue in org.apache.uima.cas_data
Subinterfaces of FeatureValue in org.apache.uima.cas_data Modifier and Type Interface Description interfacePrimitiveValueRepresents a primitive feature value - a string, integer, or float.interfaceReferenceValueA FeatureValue that represents a reference, via ID, to another FeatureStructure.Methods in org.apache.uima.cas_data that return FeatureValue Modifier and Type Method Description FeatureValueFeatureStructure. getFeatureValue(java.lang.String aName)Gets the value of a featureMethods in org.apache.uima.cas_data with parameters of type FeatureValue Modifier and Type Method Description voidFeatureStructure. setFeatureValue(java.lang.String aName, FeatureValue aValue)Sets the value of a feature -
Uses of FeatureValue in org.apache.uima.cas_data.impl
Classes in org.apache.uima.cas_data.impl that implement FeatureValue Modifier and Type Class Description classPrimitiveValueImplclassReferenceValueImplFields in org.apache.uima.cas_data.impl with type parameters of type FeatureValue Modifier and Type Field Description private java.util.Map<java.lang.String,FeatureValue>FeatureStructureImpl. mFeatureMapMethods in org.apache.uima.cas_data.impl that return FeatureValue Modifier and Type Method Description FeatureValueFeatureStructureImpl. getFeatureValue(java.lang.String aFeatureName)Methods in org.apache.uima.cas_data.impl with parameters of type FeatureValue Modifier and Type Method Description voidFeatureStructureImpl. setFeatureValue(java.lang.String aFeatureType, FeatureValue aValue) -
Uses of FeatureValue in org.apache.uima.collection.impl.cpm.vinci.cas_data
Classes in org.apache.uima.collection.impl.cpm.vinci.cas_data that implement FeatureValue Modifier and Type Class Description classVinciPrimitiveValueDeprecated.Use PrimitiveValueImpl instead.
-