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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Time
protected  Time ConsequentSequence.time
           
protected  Time AntecedentSequence.time
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Time
 Time ObjectFactory.createTime()
          Create an instance of Time
 Time ConsequentSequence.getTime()
          Gets the value of the time property.
 Time AntecedentSequence.getTime()
          Gets the value of the time property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Time
 void ConsequentSequence.setTime(Time value)
          Sets the value of the time property.
 void AntecedentSequence.setTime(Time value)
          Sets the value of the time property.
 



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