Interface DoubleParameterRange

    • Method Detail

      • isConsiderStepSize

        boolean isConsiderStepSize()
        Returns the value of the 'Consider Step Size' attribute. Decides if the step width is used to determine  the value sequence (considerStepSize == true) or the  step count
        (considerStepSize == false).
        Returns:
        the value of the 'Consider Step Size' attribute.
        See Also:
        setConsiderStepSize(boolean), SensitivityPackage.getDoubleParameterRange_ConsiderStepSize()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setConsiderStepSize

        void setConsiderStepSize​(boolean value)
        Sets the value of the ' Consider Step Size' attribute.
        Parameters:
        value - the new value of the 'Consider Step Size' attribute.
        See Also:
        isConsiderStepSize()
        Generated class or method.
      • getFirstValue

        double getFirstValue()
        Returns the value of the 'First Value' attribute.

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

        Returns:
        the value of the 'First Value' attribute.
        See Also:
        setFirstValue(double), SensitivityPackage.getDoubleParameterRange_FirstValue()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setFirstValue

        void setFirstValue​(double value)
        Sets the value of the ' First Value' attribute.
        Parameters:
        value - the new value of the 'First Value' attribute.
        See Also:
        getFirstValue()
        Generated class or method.
      • getLastValue

        double getLastValue()
        Returns the value of the 'Last Value' attribute.

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

        Returns:
        the value of the 'Last Value' attribute.
        See Also:
        setLastValue(double), SensitivityPackage.getDoubleParameterRange_LastValue()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setLastValue

        void setLastValue​(double value)
        Sets the value of the ' Last Value' attribute.
        Parameters:
        value - the new value of the 'Last Value' attribute.
        See Also:
        getLastValue()
        Generated class or method.
      • getStepSize

        double getStepSize()
        Returns the value of the 'Step Size' attribute.

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

        Returns:
        the value of the 'Step Size' attribute.
        See Also:
        setStepSize(double), SensitivityPackage.getDoubleParameterRange_StepSize()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setStepSize

        void setStepSize​(double value)
        Sets the value of the ' Step Size' attribute.
        Parameters:
        value - the new value of the 'Step Size' attribute.
        See Also:
        getStepSize()
        Generated class or method.
      • getStepCount

        int getStepCount()
        Returns the value of the 'Step Count' attribute.

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

        Returns:
        the value of the 'Step Count' attribute.
        See Also:
        setStepCount(int), SensitivityPackage.getDoubleParameterRange_StepCount()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setStepCount

        void setStepCount​(int value)
        Sets the value of the ' Step Count' attribute.
        Parameters:
        value - the new value of the 'Step Count' attribute.
        See Also:
        getStepCount()
        Generated class or method.