bpsim
public interface PoissonDistributionType extends DistributionParameter
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getMean()
Returns the value of the 'Mean' attribute
|
boolean |
isSetMean()
Returns whether the value of the '
Mean ' attribute is set |
void |
setMean(double value)
Sets the value of the '
Mean ' attribute |
void |
unsetMean()
Unsets the value of the '
Mean ' attribute |
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnit
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
double getMean()
If the meaning of the 'Mean' attribute isn't clear, there really should be more of a description here...
isSetMean()
,
unsetMean()
,
setMean(double)
,
BpsimPackage.getPoissonDistributionType_Mean()
void setMean(double value)
Mean
' attribute.
value
- the new value of the 'Mean' attribute.isSetMean()
,
unsetMean()
,
getMean()
void unsetMean()
Mean
' attribute.
isSetMean()
,
getMean()
,
setMean(double)
boolean isSetMean()
Mean
' attribute is set.
unsetMean()
,
getMean()
,
setMean(double)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.