| Interface | Description |
|---|---|
| Auditable |
Created by clong on 9/2/17.
|
| 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 |
|---|---|
| AuditableRule<T,U> |
Rule decorator that provides auditing when added to an
Auditor. |
| Auditor |
Auditors are used for auditing rules.
|
| GoldenRule<T,U> |
A standard implementation of
Rule. |
| RuleBookAuditor<T> |
Created by clong on 9/3/17.
|
| Enum | Description |
|---|---|
| RuleChainActionType |
Enumeration for what the supporting rule chain's response is to rule failures and false conditions.
|
| RuleStatus |
Created by clong on 9/2/17.
|