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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as True
protected  True Segment._true
           
protected  True CompoundRule._true
           
protected  True Attribute._true
           
protected  True SimpleRule._true
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return True
 True ObjectFactory.createTrue()
          Create an instance of True
 True Segment.getTrue()
          Gets the value of the true property.
 True CompoundRule.getTrue()
          Gets the value of the true property.
 True Attribute.getTrue()
          Gets the value of the true property.
 True SimpleRule.getTrue()
          Gets the value of the true property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type True
 void Segment.setTrue(True value)
          Sets the value of the true property.
 void CompoundRule.setTrue(True value)
          Sets the value of the true property.
 void Attribute.setTrue(True value)
          Sets the value of the true property.
 void SimpleRule.setTrue(True value)
          Sets the value of the true property.
 



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