Interface MatchingComparator


public interface MatchingComparator
Provides a comparator to compare 2 records.
  • Method Summary

    Modifier and Type
    Method
    Description
    compare(com.onwbp.adaptation.Adaptation recordA, com.onwbp.adaptation.Adaptation recordB)
    Compares 2 adaptations based on matching logic defined in the decision tree.
  • Method Details

    • compare

      MatchingResultType compare(com.onwbp.adaptation.Adaptation recordA, com.onwbp.adaptation.Adaptation recordB)
      Compares 2 adaptations based on matching logic defined in the decision tree. This method ignores the pre-clustering, exclusions that configured in matching policy, and false positive relationships between these records.
      Parameters:
      recordA -
      recordB -
      Returns: