Interface RuleRegistry

All Superinterfaces:
Registry<Rule,String>
All Known Implementing Classes:
RuleSupportRuleRegistryDelegate

@NonNullByDefault public interface RuleRegistry extends Registry<Rule,String>
The RuleRegistry provides basic functionality for managing Rules. It can be used to

The RuleRegistry manages the status of the Rules:

Author:
Yordan Mihaylov - Initial contribution