Uses of Interface
org.apache.uima.cas_data.FeatureValue

Packages that use FeatureValue
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
 interface PrimitiveValue
          Represents a primitive feature value - a string, integer, or float.
 interface ReferenceValue
          A FeatureValue that represents a reference, via ID, to another FeatureStructure.
 

Methods in org.apache.uima.cas_data that return FeatureValue
 FeatureValue FeatureStructure.getFeatureValue(java.lang.String aName)
          Gets the value of a feature
 

Methods in org.apache.uima.cas_data with parameters of type FeatureValue
 void FeatureStructure.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
 class PrimitiveValueImpl
           
 class ReferenceValueImpl
           
 

Methods in org.apache.uima.cas_data.impl that return FeatureValue
 FeatureValue FeatureStructureImpl.getFeatureValue(java.lang.String aFeatureName)
           
 

Methods in org.apache.uima.cas_data.impl with parameters of type FeatureValue
 void FeatureStructureImpl.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
 class VinciPrimitiveValue
          Deprecated. Use PrimitiveValueImpl instead. This is just here for backwards compatibility.
 



Copyright © 2011. All Rights Reserved.