Package edu.uky.kcr.recordlinkage.engine

Interface Summary
LinkageEngine An instance of a LinkageEngine is responsible for comparing records from two data sources to determine if any of them are the same.
 

Class Summary
AbstractLinkageEngine This class provides the most convenient way to create a LinkageEngine implementation.
ExactMatchLinkageEngine A simple, deterministic LinkageEngine that matches values from fields in two records using the String.equals(Object) method.