Interfaces
 InterfaceDescription
 Rule Defines the rule to evaluate a basic or complex condition.
Classes
 ClassDescription
 And Used to perform a logical conjunction on two conditions and more.
 BooleanRule Evaluates a basic boolean conditional rule.
 DivBy Evaluates if the division of a value by another returns 0.
 EmptyString Evaluates if the value is an empty String.
 Equals Used to perform a logical conjunction on two conditions and more.
 Even Evaluates if the value is even.
 False Evaluates if the condition is false.
 GreaterOrEqualsThan Used to indicates if a value is greater or equal than another value.
 GreaterThan Used to indicates if a value is greater than another value.
 LessOrEqualsThan Used to indicates if a value is less or equal than another value.
 LessThan Used to indicates if a value is less than another value.
 Not Used to perform logical negation on a specific condition.
 NotEquals Performs a logical comparison of the two values to determine if are not equal.
 Null Evaluates if the value is null.
 Odd Evaluates if the value is odd.
 Or Used to perform a logical disjunction on two conditions or more.
 True Evaluates if the condition is true.
 Undefined Evaluates if the value is undefined.
 Zero Evaluates if the value is a number and is 0.