Package tools.descartes.dlim
Interface UniformNoise
- All Known Implementing Classes:
UniformNoiseImpl
A representation of the model object '
Uniform Noise'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
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
-
getMin
double getMin()Returns the value of the 'Min' attribute. The default value is"1.0"
.If the meaning of the 'Min Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setMin
void setMin(double value) Sets the value of the 'Min
' attribute.- Parameters:
value
- the new value of the 'Min' attribute.- See Also:
- Generated class or method.
-
getMax
double getMax()Returns the value of the 'Max' attribute. The default value is"1.0"
.If the meaning of the 'Max Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="1.0"
-
setMax
void setMax(double value) Sets the value of the 'Max
' attribute.- Parameters:
value
- the new value of the 'Max' attribute.- See Also:
- Generated class or method.
-