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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as MapValues
protected  MapValues DerivedField.mapValues
           
protected  MapValues DefineFunction.mapValues
           
protected  MapValues OutputField.mapValues
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return MapValues
 MapValues ObjectFactory.createMapValues()
          Create an instance of MapValues
 MapValues DerivedField.getMapValues()
          Gets the value of the mapValues property.
 MapValues DefineFunction.getMapValues()
          Gets the value of the mapValues property.
 MapValues OutputField.getMapValues()
          Gets the value of the mapValues property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type MapValues
 void DerivedField.setMapValues(MapValues value)
          Sets the value of the mapValues property.
 void DefineFunction.setMapValues(MapValues value)
          Sets the value of the mapValues property.
 void OutputField.setMapValues(MapValues value)
          Sets the value of the mapValues property.
 



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