serf.data
Class PackageRecordFactory

java.lang.Object
  extended by serf.data.PackageRecordFactory
All Implemented Interfaces:
RecordFactory

public class PackageRecordFactory
extends java.lang.Object
implements RecordFactory


Constructor Summary
PackageRecordFactory()
           
 
Method Summary
 Record create(double confidence, java.util.Map<java.lang.String,Attribute> attrs, Record r1, Record r2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageRecordFactory

public PackageRecordFactory()
Method Detail

create

public Record create(double confidence,
                     java.util.Map<java.lang.String,Attribute> attrs,
                     Record r1,
                     Record r2)
Specified by:
create in interface RecordFactory