|
Class Summary |
| AbstractCondition |
The abstract stuff of a condition instance. |
| BeginsWith |
Instances of this class check all values for the given variable if they
start with a pre-defined substring. |
| ConditionEQ |
This condition checks for equality. |
| ConditionGE |
|
| ConditionGT |
|
| ConditionIN |
This class implements a condition called @in, which basically matches,
if one of a set of SX operators matches. |
| ConditionLE |
|
| ConditionLT |
|
| ConditionPM |
|
| ConditionRX |
Instances of this class match all values for the given variable against
the specified regular expression. |
| Conditions |
This class describes a list of matches which are conditions for an event-rule
to fire. |
| ConditionSX |
Instances of this class match all values for the given variable against
the specified simple expression. |
| Contains |
This condition checks for equality. |
| EndsWith |
This condition checks for equality. |