Class SelectionRuleFilter

All Implemented Interfaces:
Serializable, Cloneable, Iterable<SelectionRule>, Collection<SelectionRule>, List<SelectionRule>, RandomAccess

public class SelectionRuleFilter extends ArrayList<SelectionRule>
A SelectionRuleFilter is a list of SelectionRule objects together with an overall rule that determines how to filter a set of Feature objects. The filter list can be used for feature matching in one of two ways: either all the rules must be matched for a certain feature to be included, or any of the rules can be matched (at least one).
Since:
3.3.2
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • SelectionRuleFilter

      public SelectionRuleFilter()
      Creates a new empty filter with mode set to MATCHES_ANY.
  • Method Details