Interface Operator


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

      • getOperatorString

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

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