Interface RuleExecutor

  • All Known Implementing Classes:
    CompatibilityRuleExecutor, ValidityRuleExecutor

    public interface RuleExecutor
    This interface is used to execute/apply a specific rule. Each rule supported by the registry will have an implementation of this interface, where the logic specific to the rule is applied. For example, the Validity rule will have an implementation.
    Author:
    eric.wittmann@gmail.com