Interface ExponentialDistribution

    • Method Detail

      • getRate

        double getRate()
        Returns the value of the 'Rate' attribute.

        If the meaning of the 'Rate' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Rate' attribute.
        See Also:
        setRate(double), ProbfunctionPackage.getExponentialDistribution_Rate()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setRate

        void setRate​(double value)
        Sets the value of the 'Rate' attribute.
        Parameters:
        value - the new value of the 'Rate' attribute.
        See Also:
        getRate()
        Generated class or method.