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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Aggregate
protected  Aggregate DerivedField.aggregate
           
protected  Aggregate DefineFunction.aggregate
           
protected  Aggregate OutputField.aggregate
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Aggregate
 Aggregate ObjectFactory.createAggregate()
          Create an instance of Aggregate
 Aggregate DerivedField.getAggregate()
          Gets the value of the aggregate property.
 Aggregate DefineFunction.getAggregate()
          Gets the value of the aggregate property.
 Aggregate OutputField.getAggregate()
          Gets the value of the aggregate property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Aggregate
 void DerivedField.setAggregate(Aggregate value)
          Sets the value of the aggregate property.
 void DefineFunction.setAggregate(Aggregate value)
          Sets the value of the aggregate property.
 void OutputField.setAggregate(Aggregate value)
          Sets the value of the aggregate property.
 



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