Package rma.util
Class RpnFunction
java.lang.Object
mil.army.usace.hec.metadata.math.RpnFunction
rma.util.RpnFunction
public class RpnFunction
extends mil.army.usace.hec.metadata.math.RpnFunction
A nifty class that performs computations based on an RPN string.
The RPN (reverse polish notation) string consists of syntax elements
separated by a delimiter character. The default delimiter is "|", but another
delimiter may be specified. Syntax elements include arguments, values, constants,
and operators.
Arguments
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mil.army.usace.hec.metadata.math.RpnFunction
algebraicToRpn, calc, getFunctionString, isOperator, isOperator, setFunctionString
-
Constructor Details
-
RpnFunction
public RpnFunction() -
RpnFunction
-
RpnFunction
-