Package | Description |
---|---|
com.massa.mrules.operator.logical |
Modifier and Type | Class and Description |
---|---|
class |
AND
Combines several conditions results.
|
class |
OR
Combines several conditions results.
|
class |
VALBETWEEN
Counts validated (by default, but can be not validated) conditions, and validated if count is between min and max.
|
class |
XOR
Combines several conditions results.
|
Modifier and Type | Method and Description |
---|---|
AbstractLogicalOperator |
AbstractLogicalOperator.clone() |