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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as RULEFEATURE
protected  RULEFEATURE OutputField.ruleFeature
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return RULEFEATURE
static RULEFEATURE RULEFEATURE.fromValue(String v)
           
 RULEFEATURE OutputField.getRuleFeature()
          Gets the value of the ruleFeature property.
static RULEFEATURE RULEFEATURE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RULEFEATURE[] RULEFEATURE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type RULEFEATURE
 void OutputField.setRuleFeature(RULEFEATURE value)
          Sets the value of the ruleFeature property.
 



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