Interface NormalNoise

All Superinterfaces:
EObject, Function, Noise, Notifier
All Known Implementing Classes:
NormalNoiseImpl

public interface NormalNoise extends Noise
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 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.