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 . |