ilog.rules.bom.mutable

Interface IlrMutableBoundedDomain

    • Method Detail

      • setHigherBound

        void setHigherBound(IlrAbstractValue higherBound)
        Sets the higher bound of the domain
      • setLowerBound

        void setLowerBound(IlrAbstractValue lowerBound)
        Sets the lower bound of the domain
      • setHigherBoundIncluded

        void setHigherBoundIncluded(boolean higherBoundIncluded)
        Sets whether the higher bound is included or not.
      • setLowerBoundIncluded

        void setLowerBoundIncluded(boolean lowerBoundIncluded)
        Sets whether the lower bound is included or not.

© Copyright IBM Corp. 1987, 2015