Interface ExponentialValueProvider

    • Method Detail

      • getBase

        double getBase()
        Returns the value of the 'Base' attribute.

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

        Returns:
        the value of the 'Base' attribute.
        See Also:
        setBase(double), ExperimentsPackage.getExponentialValueProvider_Base()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setBase

        void setBase​(double value)
        Sets the value of the 'Base' attribute.
        Parameters:
        value - the new value of the 'Base' attribute.
        See Also:
        getBase()
        Generated class or method.