| Interface | Description |
|---|---|
| Rule<T,U> |
The Rule interface used for specifying Rules that can be grouped together to create RuleBooks.
|
| RuleBook<T> |
The RuleBook interface for defining objects that handle the behavior of rules chained together.
|
| Class | Description |
|---|---|
| GoldenRule<T,U> |
A standard implementation of
Rule. |
| Enum | Description |
|---|---|
| RuleChainActionType |
Enumeration for what the supporting rule chain's response is to rule failures and false conditions.
|