serf.data
Class PackageRecord

java.lang.Object
  extended by serf.data.Record
      extended by serf.data.PackageRecord

public class PackageRecord
extends Record


Constructor Summary
PackageRecord(java.util.Map<java.lang.String,Attribute> attrs, Record... records)
           
 
Method Summary
static java.util.Set<Record> getBaseRecords(Record r)
           
 java.util.Set<Record> getBaseSet()
           
 
Methods inherited from class serf.data.Record
calculateHashCode, equals, getAttribute, getAttributes, getConfidence, getID, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageRecord

public PackageRecord(java.util.Map<java.lang.String,Attribute> attrs,
                     Record... records)
Method Detail

getBaseSet

public java.util.Set<Record> getBaseSet()

getBaseRecords

public static java.util.Set<Record> getBaseRecords(Record r)