public interface BetaDistributionType extends DistributionParameter
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getScale()
Returns the value of the 'Scale' attribute
|
double |
getShape()
Returns the value of the 'Shape' attribute
|
boolean |
isSetScale()
Returns whether the value of the '
Scale ' attribute is set |
boolean |
isSetShape()
Returns whether the value of the '
Shape ' attribute is set |
void |
setScale(double value)
Sets the value of the '
Scale ' attribute |
void |
setShape(double value)
Sets the value of the '
Shape ' attribute |
void |
unsetScale()
Unsets the value of the '
Scale ' attribute |
void |
unsetShape()
Unsets the value of the '
Shape ' attribute |
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnit
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
double getScale()
If the meaning of the 'Scale' attribute isn't clear, there really should be more of a description here...
isSetScale()
,
unsetScale()
,
setScale(double)
,
BpsimPackage.getBetaDistributionType_Scale()
void setScale(double value)
Scale
' attribute.
value
- the new value of the 'Scale' attribute.isSetScale()
,
unsetScale()
,
getScale()
void unsetScale()
Scale
' attribute.
isSetScale()
,
getScale()
,
setScale(double)
boolean isSetScale()
Scale
' attribute is set.
unsetScale()
,
getScale()
,
setScale(double)
double getShape()
If the meaning of the 'Shape' attribute isn't clear, there really should be more of a description here...
isSetShape()
,
unsetShape()
,
setShape(double)
,
BpsimPackage.getBetaDistributionType_Shape()
void setShape(double value)
Shape
' attribute.
value
- the new value of the 'Shape' attribute.isSetShape()
,
unsetShape()
,
getShape()
void unsetShape()
Shape
' attribute.
isSetShape()
,
getShape()
,
setShape(double)
boolean isSetShape()
Shape
' attribute is set.
unsetShape()
,
getShape()
,
setShape(double)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.