serf.data
Class YahooMatcherMerger

java.lang.Object
  extended by serf.data.BasicMatcherMerger
      extended by serf.data.YahooMatcherMerger
All Implemented Interfaces:
MatcherMerger

public class YahooMatcherMerger
extends BasicMatcherMerger

Use this class to compare Record objects containing yahoo shopping data. Specifically these records should contain the following attributes: stprice - the price of the item being sold spath - a string representing the item's category title - the title of the item being sold


Constructor Summary
YahooMatcherMerger(java.util.Properties props)
           
YahooMatcherMerger(RecordFactory factory)
           
YahooMatcherMerger(RecordFactory factory, float tt, float pt)
           
 
Method Summary
 
Methods inherited from class serf.data.BasicMatcherMerger
match, merge
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YahooMatcherMerger

public YahooMatcherMerger(java.util.Properties props)

YahooMatcherMerger

public YahooMatcherMerger(RecordFactory factory)

YahooMatcherMerger

public YahooMatcherMerger(RecordFactory factory,
                          float tt,
                          float pt)
Parameters:
factory - a Record factory
tt - the title threshold
pt - the price threshold