bpsim
public interface TriangularDistributionType extends DistributionParameter
The following features are supported:
Modifier and Type | Method and Description |
---|---|
double |
getMax()
Returns the value of the 'Max' attribute
|
double |
getMin()
Returns the value of the 'Min' attribute
|
double |
getMode()
Returns the value of the 'Mode' 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 |
boolean |
isSetMode()
Returns whether the value of the '
Mode ' 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 |
setMode(double value)
Sets the value of the '
Mode ' attribute |
void |
unsetMax()
Unsets the value of the '
Max ' attribute |
void |
unsetMin()
Unsets the value of the '
Min ' attribute |
void |
unsetMode()
Unsets the value of the '
Mode ' 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.getTriangularDistributionType_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.getTriangularDistributionType_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 getMode()
If the meaning of the 'Mode' attribute isn't clear, there really should be more of a description here...
isSetMode()
,
unsetMode()
,
setMode(double)
,
BpsimPackage.getTriangularDistributionType_Mode()
void setMode(double value)
Mode
' attribute.
value
- the new value of the 'Mode' attribute.isSetMode()
,
unsetMode()
,
getMode()
void unsetMode()
Mode
' attribute.
isSetMode()
,
getMode()
,
setMode(double)
boolean isSetMode()
Mode
' attribute is set.
unsetMode()
,
getMode()
,
setMode(double)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.