Interface Operator


public interface Operator
An interface for Operator definitions.
  • Method Details

    • getOperatorString

      String getOperatorString()
      Returns:
      the String representation for this operator
    • isNegated

      boolean isNegated()
      Returns:
      true if this operator instance is negated, otherwise false.