Class OperationPtg

    • Constructor Detail

      • OperationPtg

        protected OperationPtg()
    • Method Detail

      • toFormulaString

        public abstract String toFormulaString​(String[] operands)
        returns a string representation of the operations the length of the input array should equal the number returned by
        See Also:
        getNumberOfOperands()
      • getNumberOfOperands

        public abstract int getNumberOfOperands()
        The number of operands expected by the operations
      • toInternalFormulaString

        public String toInternalFormulaString​(String[] operands)