Class GreaterThanPtg


  • public final class GreaterThanPtg
    extends ValueOperatorPtg
    Greater than operator PTG ">"
    • Method Detail

      • getNumberOfOperands

        public int getNumberOfOperands()
        Get the number of operands for the Less than operator
        Specified by:
        getNumberOfOperands in class OperationPtg
        Returns:
        int the number of operands
      • toFormulaString

        public java.lang.String toFormulaString​(java.lang.String[] operands)
        Implementation of method from OperationsPtg
        Specified by:
        toFormulaString in class OperationPtg
        Parameters:
        operands - a String array of operands
        Returns:
        String the Formula as a String
        See Also:
        OperationPtg.getNumberOfOperands()