Package | Description |
---|---|
com.massa.mrules.addon | |
com.massa.mrules.condition | |
com.massa.mrules.factory.xml | |
com.massa.mrules.operator.evaluation |
Class and Description |
---|
IEvaluationOperator
Interface specifying methods of evaluation operator implementations.
|
Class and Description |
---|
IEvaluationOperator
Interface specifying methods of evaluation operator implementations.
|
Class and Description |
---|
IEvaluationOperator
Interface specifying methods of evaluation operator implementations.
|
Class and Description |
---|
AbstractCollectionEvaluationOperator
Base implementation for operators handling Collections from source.
|
AbstractEvaluationOperator
Base implementation.
|
BETWEEN
Ensures that source value is between 2 values.
|
COLEQ
Compares Collection content WITHOUT taking order into account.
|
COLINCLUDED
Ensures that all elements in the provided source Collection are present in the reference Collection.
|
COLINTERSECTS
Ensures that the provided Collections at least one item in common.
|
CONTAINS
Ensures that the provided source value is present in the reference Collection.
|
EMPTY
Checks that source value is not null or empty (if accurate, for collections, arrays, maps, strings, ...).
|
EQ
Ensures that the provided source and reference values are equal.
|
IEvaluationOperator
Interface specifying methods of evaluation operator implementations.
|
IN
Ensures that the provided source value is present in the reference Collection.
|
MATCH
Ensures that the provided source value matched the regular expression represented by the reference values.
|