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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as SimplePredicate
protected  SimplePredicate Segment.simplePredicate
           
protected  SimplePredicate CompoundRule.simplePredicate
           
protected  SimplePredicate Attribute.simplePredicate
           
protected  SimplePredicate SimpleRule.simplePredicate
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return SimplePredicate
 SimplePredicate ObjectFactory.createSimplePredicate()
          Create an instance of SimplePredicate
 SimplePredicate Segment.getSimplePredicate()
          Gets the value of the simplePredicate property.
 SimplePredicate CompoundRule.getSimplePredicate()
          Gets the value of the simplePredicate property.
 SimplePredicate Attribute.getSimplePredicate()
          Gets the value of the simplePredicate property.
 SimplePredicate SimpleRule.getSimplePredicate()
          Gets the value of the simplePredicate property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type SimplePredicate
 void Segment.setSimplePredicate(SimplePredicate value)
          Sets the value of the simplePredicate property.
 void CompoundRule.setSimplePredicate(SimplePredicate value)
          Sets the value of the simplePredicate property.
 void Attribute.setSimplePredicate(SimplePredicate value)
          Sets the value of the simplePredicate property.
 void SimpleRule.setSimplePredicate(SimplePredicate value)
          Sets the value of the simplePredicate property.
 



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