| Interface | Description |
|---|---|
| IConstraintEvaluator |
Interface for all constraint evaluators.
|
| Class | Description |
|---|---|
| AndConstraintEvaluator |
A constraint evaluator for and-connected constraints.
|
| ConstraintEvaluator |
A constraint evaluator is responsible for evaluating constraints.
|
| ConstraintIndexer |
The constraint indexer has the purpose to index equal constraints
via the beta memory of the node, i.e.
|
| NotConstraintEvaluator |
A not constraint evaluator checks if the left tuple
corresponds to the beginning of the right object,
which also has to be a tuple.
|
| OrConstraintEvaluator |
A constraint evaluator for or-connected constraints.
|