Interface Mode.RuleFilter

Enclosing class:
Mode

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

    Modifier and Type
    Method
    Description
    boolean
    Test a rule to see whether it should be included
  • Method Details

    • 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