Package com.japisoft.formula.operator

Interface Summary
BinaryOperator Operator with two operands like the '+'
OperatorFactory  
TernaryOperator Operator with three operands like 'if then else'
UnaryOperator Operator with one operand like the Not
 

Class Summary
OperatorContext This is a context for getting each parameter value
OperatorFactory_hpImpl This factory provides operators for the high precison mode.
OperatorFactoryImpl This factory provides operators for the simple precison mode.