Interface ContextAttributeComparator


  • public interface ContextAttributeComparator
    An object able to compare two values of same attribute
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String attribute, java.lang.String pattern, java.lang.String value)
      Checks whether provided value matches pattern
    • Method Detail

      • matches

        boolean matches​(java.lang.String attribute,
                        java.lang.String pattern,
                        java.lang.String value)
        Checks whether provided value matches pattern
        Parameters:
        attribute - name of attribute which values are to be compared
        pattern - model value of attribute
        value - value to be checked
        Returns:
        true if provided value matches provided pattern