Interface Mode.RuleFilter

  • Enclosing class:
    Mode

    public static interface Mode.RuleFilter
    Interface for helper classes used to filter a chain of rules
    • Method Detail

      • testRule

        boolean testRule​(Rule r)
        Test a rule to see whether it should be included
        Parameters:
        r - the rule to be tested
        Returns:
        true if the rule qualifies