public interface ErlangDistributionType extends DistributionParameter
The following features are supported:
BpsimPackage.getErlangDistributionType()
Modifier and Type | Method and Description |
---|---|
double |
getK()
Returns the value of the 'K' attribute
|
double |
getMean()
Returns the value of the 'Mean' attribute
|
boolean |
isSetK()
Returns whether the value of the '
K ' attribute is set |
boolean |
isSetMean()
Returns whether the value of the '
Mean ' attribute is set |
void |
setK(double value)
Sets the value of the '
K ' attribute |
void |
setMean(double value)
Sets the value of the '
Mean ' attribute |
void |
unsetK()
Unsets the value of the '
K ' 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 getK()
If the meaning of the 'K' attribute isn't clear, there really should be more of a description here...
isSetK()
,
unsetK()
,
setK(double)
,
BpsimPackage.getErlangDistributionType_K()
void setK(double value)
K
' attribute.
void unsetK()
K
' attribute.
isSetK()
,
getK()
,
setK(double)
boolean isSetK()
K
' attribute is set.
unsetK()
,
getK()
,
setK(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.getErlangDistributionType_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–2020 JBoss by Red Hat. All rights reserved.