Class OrConstraint

    • Constructor Detail

      • OrConstraint

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

        public OrConstraint​(IConstraint[] consts)
        Create a new or 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.