Package org.problets.domain.model.expression.node.operator.relational

Class Summary
Equals To represent equal to operator
GreaterEquals To represent greater than or equal to operator
GreaterThan To represent greater than operator
LessEquals To represent less than or equal to operator
LessThan To represent less than operator
NotEquals To represent not equal to operator
Relational To hold all constants specific to relational operators
VBEquals To represent equal to operator in Visual Basic
VBNotEquals To represent not equal to operator in Visual Basic