Interface RangeDegree

    • Method Detail

      • isUpperBoundIncluded

        boolean isUpperBoundIncluded()
        Returns the value of the 'Upper Bound Included' attribute. The default value is "true".

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

        Returns:
        the value of the 'Upper Bound Included' attribute.
        See Also:
        setUpperBoundIncluded(boolean), specificPackage.getRangeDegree_UpperBoundIncluded()
        Generated class or method.
        EMF model class or method.
        default="true" required="true" ordered="false"
      • setUpperBoundIncluded

        void setUpperBoundIncluded​(boolean value)
        Sets the value of the 'Upper Bound Included' attribute.
        Parameters:
        value - the new value of the 'Upper Bound Included' attribute.
        See Also:
        isUpperBoundIncluded()
        Generated class or method.
      • isLowerBoundIncluded

        boolean isLowerBoundIncluded()
        Returns the value of the 'Lower Bound Included' attribute. The default value is "true".

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

        Returns:
        the value of the 'Lower Bound Included' attribute.
        See Also:
        setLowerBoundIncluded(boolean), specificPackage.getRangeDegree_LowerBoundIncluded()
        Generated class or method.
        EMF model class or method.
        default="true" required="true" ordered="false"
      • setLowerBoundIncluded

        void setLowerBoundIncluded​(boolean value)
        Sets the value of the 'Lower Bound Included' attribute.
        Parameters:
        value - the new value of the 'Lower Bound Included' attribute.
        See Also:
        isLowerBoundIncluded()
        Generated class or method.
      • getNumberOfSteps

        int getNumberOfSteps()
        Returns the value of the 'Number Of Steps' attribute.

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

        Returns:
        the value of the 'Number Of Steps' attribute.
        See Also:
        setNumberOfSteps(int), specificPackage.getRangeDegree_NumberOfSteps()
        Generated class or method.
        EMF model class or method.
        ordered="false"
      • setNumberOfSteps

        void setNumberOfSteps​(int value)
        Sets the value of the 'Number Of Steps' attribute.
        Parameters:
        value - the new value of the 'Number Of Steps' attribute.
        See Also:
        getNumberOfSteps()
        Generated class or method.