Package org.vedantatree.expressionoasis.expressions.relational
-
Class Summary Class Description EQExpression This class expression performs the equal operation on values.GTEExpression Performs the greater than equal operations.GTExpression Performs the greater than operation.LTEExpression Performs the less than equal to operationLTExpression Performs the less than operation.NEExpression This class expression performs the not equal operation on values.