Package com.japisoft.formula.operator.binary

Class Summary
ADDOperator Add operator : A+B
ANDOperator A AND B
ASSIGNOperator Assignement : A=1
DIVOperator Div operator : A/B
EQOperator Equal operator : A==B
GREATEQOperator Great operator : A >= B
GREATOperator Great operator : A > B
IFOperator If Then operator : IF A then B
INOperator a in b : Check if the element 'a' is inside the list 'b'
LESSEQOperator Less operator : A <= B
LESSOperator Less operator : A < B
MINUSOperator Minus binary operator : A-B
MODOperator Modulo operator : A%B
MULOperator Multiply operator : A*B
NOTEQOperator Not Equal operator : A!
OROperator A OR B
POWEROperator Power operator : A^B
XOROperator A ~ B => A xor B