Interface LinearValueProvider

    • Method Detail

      • getSummand

        double getSummand()
        Returns the value of the 'Summand' attribute.

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

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

        void setSummand​(double value)
        Sets the value of the 'Summand' attribute.
        Parameters:
        value - the new value of the 'Summand' attribute.
        See Also:
        getSummand()
        Generated class or method.
      • getFactor

        double getFactor()
        Returns the value of the 'Factor' attribute.

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

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

        void setFactor​(double value)
        Sets the value of the 'Factor' attribute.
        Parameters:
        value - the new value of the 'Factor' attribute.
        See Also:
        getFactor()
        Generated class or method.