Drools :: PMML - Compiler 6.1.0.Beta2

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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Constant
protected  Constant DefineFunction.constant
           
protected  Constant DerivedField.constant
           
protected  Constant OutputField.constant
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Constant
 Constant ObjectFactory.createConstant()
          Create an instance of Constant
 Constant DefineFunction.getConstant()
          Gets the value of the constant property.
 Constant DerivedField.getConstant()
          Gets the value of the constant property.
 Constant OutputField.getConstant()
          Gets the value of the constant property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Constant
 void DefineFunction.setConstant(Constant value)
          Sets the value of the constant property.
 void DerivedField.setConstant(Constant value)
          Sets the value of the constant property.
 void OutputField.setConstant(Constant value)
          Sets the value of the constant property.
 


Drools :: PMML - Compiler 6.1.0.Beta2

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