public interface LogNormalDistributionType extends DistributionParameter
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getMean()
Returns the value of the 'Mean' attribute
|
double |
getStandardDeviation()
Returns the value of the 'Standard Deviation' attribute
|
boolean |
isSetMean()
Returns whether the value of the '
Mean ' attribute is set |
boolean |
isSetStandardDeviation()
Returns whether the value of the '
Standard Deviation ' attribute is set |
void |
setMean(double value)
Sets the value of the '
Mean ' attribute |
void |
setStandardDeviation(double value)
Sets the value of the '
Standard Deviation ' attribute |
void |
unsetMean()
Unsets the value of the '
Mean ' attribute |
void |
unsetStandardDeviation()
Unsets the value of the '
Standard Deviation ' 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.getLogNormalDistributionType_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)
double getStandardDeviation()
If the meaning of the 'Standard Deviation' attribute isn't clear, there really should be more of a description here...
isSetStandardDeviation()
,
unsetStandardDeviation()
,
setStandardDeviation(double)
,
BpsimPackage.getLogNormalDistributionType_StandardDeviation()
void setStandardDeviation(double value)
Standard Deviation
' attribute.
value
- the new value of the 'Standard Deviation' attribute.isSetStandardDeviation()
,
unsetStandardDeviation()
,
getStandardDeviation()
void unsetStandardDeviation()
Standard Deviation
' attribute.
boolean isSetStandardDeviation()
Standard Deviation
' attribute is set.
unsetStandardDeviation()
,
getStandardDeviation()
,
setStandardDeviation(double)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.