Class Values.RealInterval

  • Enclosing class:
    Values

    public static final class Values.RealInterval
    extends Object
    A class to represent real intervals.
    • Field Detail

      • infClosed

        public final boolean infClosed
        The status (open/closed) of the bounds of the interval.
      • supClosed

        public final boolean supClosed
        The status (open/closed) of the bounds of the interval.
    • Constructor Detail

      • RealInterval

        protected RealInterval​(Values.SimpleValue inf,
                               Values.SimpleValue sup,
                               boolean infClosed,
                               boolean supClosed)
        Builds a real interval with the specified bounds together with their status.