Uses of Class
org.globus.mds.usefulrp.types.ExponentialRate

Packages that use ExponentialRate
org.globus.mds.usefulrp.types   
 

Uses of ExponentialRate in org.globus.mds.usefulrp.types
 

Methods in org.globus.mds.usefulrp.types that return ExponentialRate
 ExponentialRate[] Accumulator.getExpRate()
          Gets the expRate value for this Accumulator.
 ExponentialRate Accumulator.getExpRate(int i)
           
 

Methods in org.globus.mds.usefulrp.types with parameters of type ExponentialRate
 void Accumulator.setExpRate(ExponentialRate[] expRate)
          Sets the expRate value for this Accumulator.
 void Accumulator.setExpRate(int i, ExponentialRate _value)
           
 

Constructors in org.globus.mds.usefulrp.types with parameters of type ExponentialRate
Accumulator(Calendar startTime, Calendar lastChange, long total, ExponentialRate[] expRate)
           
 



Copyright © 1999-2006 University of Chicago. All rights reserved.