Package com.japisoft.formula.node

Interface Summary
NodeContext This context is used for node evaluation.
 

Class Summary
AbstractNode Common node.
BinaryOperatorNode This operator uses two double operands.
FunctionNode Node for function.
GroupNode Group node definition.
NodeFactory Factory for selecting a node.
OperatorNode Formula Operator. operators are unary or binary for our case.
RootNode Root node for the formula
TernaryOperatorNode Ternary operator
UnaryOperatorNode This operator uses one double operand.
ValueNode This node is for a value
VariableNode Node for Variable.
 

Exception Summary
EvaluateException Evaluation error exception.