Class FilterRule

java.lang.Object
gaiasky.util.filter.FilterRule

public class FilterRule extends Object
  • Constructor Details

    • FilterRule

      public FilterRule(String comp, IAttribute attr, double val)
      Creates a new filter with the given attribute, value and comparator function
      Parameters:
      comp - The comparator function: '>', '>=', '<', '<=', '==', '!='
      attr - The attribute to compare
      val - The value to compare to
  • Method Details