public interface ReconComparatorI
Modifier and Type | Method and Description |
---|---|
java.util.List<ReconCompResult> |
compare(java.util.Map linkValue1,
java.util.Map linkValue2)
Compare 2 sets of data starting from the root values from data set1 and data set2.
|
void |
setContext(ComparatorContext context) |
void setContext(ComparatorContext context)
context
- java.util.List<ReconCompResult> compare(java.util.Map linkValue1, java.util.Map linkValue2) throws MXException, java.rmi.RemoteException, java.sql.SQLException
linkValue1
- root values for data set1linkValue2
- root values for data set2MXException
java.rmi.RemoteException
java.sql.SQLException