Class OperationPtg

    • Method Detail

      • toFormulaString

        public abstract java.lang.String toFormulaString​(java.lang.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
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()