Class AndConstraint

    • Constructor Detail

      • AndConstraint

        public AndConstraint​(IConstraint firstconst,
                             IConstraint secondconst)
        Create a new and constraint.
        Parameters:
        firstconst - The first constraint.
        secondconst - The second constraint.
      • AndConstraint

        public AndConstraint​(IConstraint[] consts)
        Create a new and constraint.
        Parameters:
        consts - The constraints
    • Method Detail

      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.