de.uka.ipd.sdq.probfunction
Interface ExponentialDistribution

All Superinterfaces:
ContinuousPDF, ProbabilityDensityFunction, ProbabilityFunction, UnitCarryingElement
All Known Implementing Classes:
ExponentialDistributionImpl

public interface ExponentialDistribution
extends ContinuousPDF

A representation of the model object 'Exponential Distribution'.

The following features are supported:

See Also:
ProbfunctionPackage.getExponentialDistribution()

Field Summary
static String copyright
           
 
Method Summary
 double getRate()
          Returns the value of the 'Rate' attribute.
 void setRate(double value)
          Sets the value of the 'Rate' attribute.
 
Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
getUnit, getUnitSpecification, setUnitSpecification
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getRate

double getRate()
Returns the value of the 'Rate' attribute.

If the meaning of the 'Rate' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rate' attribute.
See Also:
setRate(double), ProbfunctionPackage.getExponentialDistribution_Rate()

setRate

void setRate(double value)
Sets the value of the 'Rate' attribute.

Parameters:
value - the new value of the 'Rate' attribute.
See Also:
getRate()