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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as CompoundPredicate
protected  CompoundPredicate Segment.compoundPredicate
           
protected  CompoundPredicate CompoundRule.compoundPredicate
           
protected  CompoundPredicate Attribute.compoundPredicate
           
protected  CompoundPredicate SimpleRule.compoundPredicate
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return CompoundPredicate
 CompoundPredicate ObjectFactory.createCompoundPredicate()
          Create an instance of CompoundPredicate
 CompoundPredicate Segment.getCompoundPredicate()
          Gets the value of the compoundPredicate property.
 CompoundPredicate CompoundRule.getCompoundPredicate()
          Gets the value of the compoundPredicate property.
 CompoundPredicate Attribute.getCompoundPredicate()
          Gets the value of the compoundPredicate property.
 CompoundPredicate SimpleRule.getCompoundPredicate()
          Gets the value of the compoundPredicate property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type CompoundPredicate
 void Segment.setCompoundPredicate(CompoundPredicate value)
          Sets the value of the compoundPredicate property.
 void CompoundRule.setCompoundPredicate(CompoundPredicate value)
          Sets the value of the compoundPredicate property.
 void Attribute.setCompoundPredicate(CompoundPredicate value)
          Sets the value of the compoundPredicate property.
 void SimpleRule.setCompoundPredicate(CompoundPredicate value)
          Sets the value of the compoundPredicate property.
 



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