Interface SelectionRule

All Known Implementing Classes:
AreaRule, AttributeRule, DateRule, NumberRule, TextRule, TimeWindowRule

public interface SelectionRule
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Feature feature)
    Determines if a feature matches the rule.
  • Method Details

    • matches

      boolean matches(Feature feature)
      Determines if a feature matches the rule.
      Parameters:
      feature - the feature to check.
      Returns:
      true if the feature matches this rule or false if not.