Package tools.descartes.dlim
Interface NormalNoise
- All Known Implementing Classes:
NormalNoiseImpl
A representation of the model object '
Normal Noise'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getMean()
Returns the value of the 'Mean' attribute.double
Returns the value of the 'Standard Deviation' attribute.void
setMean
(double value) Sets the value of the 'Mean
' attribute.void
setStandardDeviation
(double value) Sets the value of the 'Standard Deviation
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface tools.descartes.dlim.Function
getCombine
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMean
double getMean()Returns the value of the 'Mean' attribute. The default value is"1.0"
.If the meaning of the 'Mean' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mean' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setMean
void setMean(double value) Sets the value of the 'Mean
' attribute.- Parameters:
value
- the new value of the 'Mean' attribute.- See Also:
- Generated class or method.
-
getStandardDeviation
double getStandardDeviation()Returns the value of the 'Standard Deviation' attribute. The default value is"1.0"
.If the meaning of the 'Standard Deviation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Standard Deviation' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setStandardDeviation
void setStandardDeviation(double value) Sets the value of the 'Standard Deviation
' attribute.- Parameters:
value
- the new value of the 'Standard Deviation' attribute.- See Also:
- Generated class or method.
-