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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as SimpleSetPredicate
protected  SimpleSetPredicate Segment.simpleSetPredicate
           
protected  SimpleSetPredicate CompoundRule.simpleSetPredicate
           
protected  SimpleSetPredicate Attribute.simpleSetPredicate
           
protected  SimpleSetPredicate SimpleRule.simpleSetPredicate
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return SimpleSetPredicate
 SimpleSetPredicate ObjectFactory.createSimpleSetPredicate()
          Create an instance of SimpleSetPredicate
 SimpleSetPredicate Segment.getSimpleSetPredicate()
          Gets the value of the simpleSetPredicate property.
 SimpleSetPredicate CompoundRule.getSimpleSetPredicate()
          Gets the value of the simpleSetPredicate property.
 SimpleSetPredicate Attribute.getSimpleSetPredicate()
          Gets the value of the simpleSetPredicate property.
 SimpleSetPredicate SimpleRule.getSimpleSetPredicate()
          Gets the value of the simpleSetPredicate property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type SimpleSetPredicate
 void Segment.setSimpleSetPredicate(SimpleSetPredicate value)
          Sets the value of the simpleSetPredicate property.
 void CompoundRule.setSimpleSetPredicate(SimpleSetPredicate value)
          Sets the value of the simpleSetPredicate property.
 void Attribute.setSimpleSetPredicate(SimpleSetPredicate value)
          Sets the value of the simpleSetPredicate property.
 void SimpleRule.setSimpleSetPredicate(SimpleSetPredicate value)
          Sets the value of the simpleSetPredicate property.
 



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