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 TypeMethodDescriptiondoublegetMean()Returns the value of the 'Mean' attribute.doubleReturns the value of the 'Standard Deviation' attribute.voidsetMean(double value) Sets the value of the 'Mean' attribute.voidsetStandardDeviation(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, eUnsetMethods inherited from interface tools.descartes.dlim.Function
getCombineMethods 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.
-