Class Constraint



  • public class Constraint
    extends Object
    A Constraint instance constraints the co-domain of a long value (signed 64bit).
    Version:
    1.0
    Author:
    Frank Fock
    • Constructor Detail

      • Constraint

        public Constraint​(long lowerBound,
                          long upperBound)
    • Method Detail

      • getLowerBound

        public long getLowerBound​()
      • getUpperBound

        public long getUpperBound​()