Class ComparisonTerm

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int comparison
      The comparison operator.
      static int EQ
      The equality operator.
      static int GE
      The greater than or equal to operator.
      static int GT
      The greater than operator.
      static int LE
      The less than or equal to operator.
      static int LT
      The less than operator.
      static int NE
      The not equal to operator.
    • Constructor Summary

      Constructors 
      Constructor Description
      ComparisonTerm()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • ComparisonTerm

        public ComparisonTerm()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object