Interface | Description |
---|---|
Handler<T> |
Chain of Responsibility handler.
|
Class | Description |
---|---|
CoRRuleBook<T> |
A RuleBook implementation that chains Rules together using the Chain of Responsibility (CoR) pattern.
|
RuleHandler |
A Handler for Rule objects.
|