Interface IntervalRange

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
ContinousIntervalRange, IntegerIntervalRange
All Known Implementing Classes:
ContinousIntervalRangeImpl, IntegerIntervalRangeImpl, IntervalRangeImpl

public interface IntervalRange extends EObject
A representation of the model object 'Interval Range'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • isLowerBoundIncluded

      boolean isLowerBoundIncluded()
      Returns the value of the 'Lower Bound Included' attribute.

      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:
      Generated class or method.
      EMF model class or method.
      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:
      Generated class or method.
    • isUpperBoundIncluded

      boolean isUpperBoundIncluded()
      Returns the value of the 'Upper Bound Included' attribute.

      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:
      Generated class or method.
      EMF model class or method.
      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:
      Generated class or method.