This method of the ProvideSetComparisonInfo Interface computes the union of two objects retrieved from getSetRule or objects derived through other metods in this interface.
Object combineSetRules(Object o1, Object o2);
Returns a new set rule representing the union of the two rules, o1 and o2.
o1 | The first set rule. |
o2 | The second set rule. |