public interface UniformDistributionType extends DistributionParameter
The following features are supported:
BpsimPackage.getUniformDistributionType()| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
Returns the value of the 'Max' attribute
|
double |
getMin()
Returns the value of the 'Min' attribute
|
boolean |
isSetMax()
Returns whether the value of the '
Max' attribute is set |
boolean |
isSetMin()
Returns whether the value of the '
Min' attribute is set |
void |
setMax(double value)
Sets the value of the '
Max' attribute |
void |
setMin(double value)
Sets the value of the '
Min' attribute |
void |
unsetMax()
Unsets the value of the '
Max' attribute |
void |
unsetMin()
Unsets the value of the '
Min' attribute |
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnitgetInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResultdouble 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.getUniformDistributionType_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 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.getUniformDistributionType_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)Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.