Interface UniformNoise

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

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