public interface TruncatedNormalDistributionType extends DistributionParameter
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getMax()
Returns the value of the 'Max' attribute
|
double |
getMean()
Returns the value of the 'Mean' attribute
|
double |
getMin()
Returns the value of the 'Min' attribute
|
double |
getStandardDeviation()
Returns the value of the 'Standard Deviation' attribute
|
boolean |
isSetMax()
Returns whether the value of the '
Max ' attribute is set |
boolean |
isSetMean()
Returns whether the value of the '
Mean ' attribute is set |
boolean |
isSetMin()
Returns whether the value of the '
Min ' attribute is set |
boolean |
isSetStandardDeviation()
Returns whether the value of the '
Standard Deviation ' attribute is set |
void |
setMax(double value)
Sets the value of the '
Max ' attribute |
void |
setMean(double value)
Sets the value of the '
Mean ' attribute |
void |
setMin(double value)
Sets the value of the '
Min ' attribute |
void |
setStandardDeviation(double value)
Sets the value of the '
Standard Deviation ' attribute |
void |
unsetMax()
Unsets the value of the '
Max ' attribute |
void |
unsetMean()
Unsets the value of the '
Mean ' attribute |
void |
unsetMin()
Unsets the value of the '
Min ' 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 getMax()
If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...
isSetMax()
,
unsetMax()
,
setMax(double)
,
BpsimPackage.getTruncatedNormalDistributionType_Max()
void setMax(double value)
Max
' attribute.
value
- the new value of the 'Max' attribute.isSetMax()
,
unsetMax()
,
getMax()
void unsetMax()
Max
' attribute.
isSetMax()
,
getMax()
,
setMax(double)
boolean isSetMax()
Max
' attribute is set.
unsetMax()
,
getMax()
,
setMax(double)
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.getTruncatedNormalDistributionType_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 getMin()
If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...
isSetMin()
,
unsetMin()
,
setMin(double)
,
BpsimPackage.getTruncatedNormalDistributionType_Min()
void setMin(double value)
Min
' attribute.
value
- the new value of the 'Min' attribute.isSetMin()
,
unsetMin()
,
getMin()
void unsetMin()
Min
' attribute.
isSetMin()
,
getMin()
,
setMin(double)
boolean isSetMin()
Min
' attribute is set.
unsetMin()
,
getMin()
,
setMin(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.getTruncatedNormalDistributionType_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-2015 JBoss by Red Hat. All Rights Reserved.