Package com.japisoft.formula.node

Interface Summary
NodeContext This context is used for node evaluation.
 

Class Summary
AbstractNode Common node.
BinaryOperatorNode  
FunctionNode Node for function.
GroupNode Group node definition.
ListNode  
NodeFactory Factory for selecting a node.
RootNode Root node for the formula More information at : http://www.japisoft.com
TernaryOperatorNode  
UnaryOperatorNode  
ValueNode This node is for a value More information at : http://www.japisoft.com
ValueNodeHP Value node for high precision
VariableNode Node for Variable.
 

Exception Summary
DivisionByZeroException Evaluation error exception.
EvaluateException Evaluation error exception.