Package gov.sns.tools.formula

Interface Summary
Function Function is the interface that all functions must implement to be referenced and executed by the interpreter.
 

Class Summary
Constant Represents a constant value.
FormulaGrammarBase FormulaGrammarBase provides the foundation for the formula grammar.
FormulaInterpreter FormulaInterpreter is the public class used to evaluate a formula with a given set of variables provided by the user.
FunctionFactory FunctionFactory allows convenient instantiation of objects that implement the Function interface.
OperatorFactory OperatorFactory provides all of the operators that the formula interpreter uses.