Interface ElementComparator

    • Method Detail

      • getComparableGroupPropertyPairs

        default Set<Pair<String,​String>> getComparableGroupPropertyPairs()
        This should return a set all properties that the comparator requires to be of type Comparable. As properties are associated with a Group we need to return Group,Property pairs. This is used to validate the the ElementComparator against the schema.
        Returns:
        set of group,property pairs, in which all properties are required to be comparable.