Class Constraint

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ConstraintOp op  
    • Constructor Summary

      Constructors 
      Constructor Description
      Constraint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConstraintOp getOp()
      Get op of constraint
      void negate()
      Negate this constraint.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Constraint

        public Constraint()
    • Method Detail

      • negate

        public void negate()
        Negate this constraint. i.e equals becomes not equals.
      • getOp

        public ConstraintOp getOp()
        Get op of constraint
        Returns:
        operation type