serf.data
Class SimpleRecordFactory

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

public class SimpleRecordFactory
extends java.lang.Object
implements RecordFactory


Constructor Summary
SimpleRecordFactory()
           
 
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

SimpleRecordFactory

public SimpleRecordFactory()
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