|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NormalDistribution
A representation of the model object 'Normal Distribution'.
The following features are supported:
ProbfunctionPackage.getNormalDistribution()| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
double |
getMu()
Returns the value of the 'Mu' attribute. |
double |
getSigma()
Returns the value of the 'Sigma' attribute. |
void |
setMu(double value)
Sets the value of the ' Mu' attribute. |
void |
setSigma(double value)
Sets the value of the ' Sigma' attribute. |
| Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement |
|---|
getUnit, getUnitSpecification, setUnitSpecification |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
double getMu()
If the meaning of the 'Mu' attribute isn't clear, there really should be more of a description here...
setMu(double),
ProbfunctionPackage.getNormalDistribution_Mu()void setMu(double value)
Mu' attribute.
value - the new value of the 'Mu' attribute.getMu()double getSigma()
If the meaning of the 'Sigma' attribute isn't clear, there really should be more of a description here...
setSigma(double),
ProbfunctionPackage.getNormalDistribution_Sigma()void setSigma(double value)
Sigma' attribute.
value - the new value of the 'Sigma' attribute.getSigma()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||