edu.uky.kcr.recordlinkage.configuration
Class XmlLinkageConfiguration

java.lang.Object
  extended by edu.uky.kcr.recordlinkage.configuration.AbstractLinkageConfiguration
      extended by edu.uky.kcr.recordlinkage.configuration.XmlLinkageConfiguration
All Implemented Interfaces:
LinkageConfiguration

public class XmlLinkageConfiguration
extends AbstractLinkageConfiguration


Constructor Summary
XmlLinkageConfiguration(org.w3c.dom.Document document)
           
 
Method Summary
 
Methods inherited from class edu.uky.kcr.recordlinkage.configuration.AbstractLinkageConfiguration
getBlockingConfigurationList, getDelegateMap, getLinkageEngineClassName, getMatchingConfigurationList, getNegativeMatchCutoffScore, getPositiveMatchCutoffScore, setLinkageEngineClassName, setNegativeMatchCutoffScore, setPositiveMatchCutoffScore, setUseSecondaryDataSourceForUnmatchedRecords, useSecondaryDataSourceForUnmatchedRecords
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlLinkageConfiguration

public XmlLinkageConfiguration(org.w3c.dom.Document document)