Class FilterRule


  • public class FilterRule
    extends java.lang.Object
    • Constructor Detail

      • FilterRule

        public FilterRule​(java.lang.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