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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as TIMESERIESUSAGE
protected  TIMESERIESUSAGE TimeSeries.usage
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return TIMESERIESUSAGE
static TIMESERIESUSAGE TIMESERIESUSAGE.fromValue(String v)
           
 TIMESERIESUSAGE TimeSeries.getUsage()
          Gets the value of the usage property.
static TIMESERIESUSAGE TIMESERIESUSAGE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TIMESERIESUSAGE[] TIMESERIESUSAGE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type TIMESERIESUSAGE
 void TimeSeries.setUsage(TIMESERIESUSAGE value)
          Sets the value of the usage property.
 



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