Uses of Class
org.dmg.pmml.pmml_4_1.descr.Value

Packages that use Value
org.dmg.pmml.pmml_4_1.descr   
 

Uses of Value in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Value
protected  List<Value> DerivedField.values
           
protected  List<Value> DataField.values
           
protected  List<Value> EventValues.values
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Value
 Value ObjectFactory.createValue()
          Create an instance of Value
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Value
 List<Value> DerivedField.getValues()
          Gets the value of the values property.
 List<Value> DataField.getValues()
          Gets the value of the values property.
 List<Value> EventValues.getValues()
          Gets the value of the values property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.