| Class | Description |
|---|---|
| DefaultCondition<T> |
Base class for all conditions.
|
| DefaultContext | |
| DefaultFunction<N,M extends Metadata> | |
| DefaultResult | |
| DefaultStepCondition | |
| DefaultStepWhen | |
| DefaultValidationRule | |
| LeafStepCondition<N> | |
| LogicalBinaryCondition |
Implement logical conditions like and, or.
|
| LogicalNaryCondition |
Implements nary conditions like match any, all, none.
|
| LogicalUnaryCondition |
Implement unary conditions like negate.
|
| ModelInterceptor |