Uses of Package
com.japisoft.formula.operator

Packages that use com.japisoft.formula.operator
com.japisoft.formula   
com.japisoft.formula.node   
com.japisoft.formula.operator   
com.japisoft.formula.operator.binary   
com.japisoft.formula.operator.ternary   
com.japisoft.formula.operator.unary   
com.japisoft.formula.operator_hp.unary   
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula
OperatorFactory
           
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula.node
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
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula.operator
BinaryOperator
          Operator with two operands like the '+'
OperatorContext
          This is a context for getting each parameter value
OperatorFactory
           
OperatorFactoryImpl
          This factory provides operators for the simple precison mode.
TernaryOperator
          Operator with three operands like 'if then else'
UnaryOperator
          Operator with one operand like the Not
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula.operator.binary
BinaryOperator
          Operator with two operands like the '+'
OperatorContext
          This is a context for getting each parameter value
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula.operator.ternary
OperatorContext
          This is a context for getting each parameter value
TernaryOperator
          Operator with three operands like 'if then else'
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula.operator.unary
OperatorContext
          This is a context for getting each parameter value
UnaryOperator
          Operator with one operand like the Not
 

Classes in com.japisoft.formula.operator used by com.japisoft.formula.operator_hp.unary
OperatorContext
          This is a context for getting each parameter value
UnaryOperator
          Operator with one operand like the Not