public interface WeibullDistributionType extends DistributionParameter
The following features are supported:
BpsimPackage.getWeibullDistributionType()| 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, unsetTimeUnitgetInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResultdouble 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.getWeibullDistributionType_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.getWeibullDistributionType_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–2016 JBoss by Red Hat. All rights reserved.