Interface LogicallyComparable

All Known Subinterfaces:
Evaluator

public interface LogicallyComparable
  • Field Details

  • Method Details

    • compare

      int compare​(LogicallyComparable other)
      Parameters:
      other - predicate
      Returns:
      positive integer (>0) if predicates are logically the same, negative integer (<0) if predicates are logically inverted (like a == 2 and a != 2) zero (0) if there is no knowledge about the two or if they are independent