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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as False
protected  False Segment._false
           
protected  False CompoundRule._false
           
protected  False Attribute._false
           
protected  False SimpleRule._false
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return False
 False ObjectFactory.createFalse()
          Create an instance of False
 False Segment.getFalse()
          Gets the value of the false property.
 False CompoundRule.getFalse()
          Gets the value of the false property.
 False Attribute.getFalse()
          Gets the value of the false property.
 False SimpleRule.getFalse()
          Gets the value of the false property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type False
 void Segment.setFalse(False value)
          Sets the value of the false property.
 void CompoundRule.setFalse(False value)
          Sets the value of the false property.
 void Attribute.setFalse(False value)
          Sets the value of the false property.
 void SimpleRule.setFalse(False value)
          Sets the value of the false property.
 



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