tapestry.repairmonitor
Interface PDF

All Known Subinterfaces:
ProbPDF
All Known Implementing Classes:
AllOnesPDF, AllZerosPDF, ChurnFailPDF, ChurnPDF, DiskPDF, GnutellaHourPDF, GnutellaMinuteEnterPDF, GnutellaMinuteExitPDF, KazaaDayPDF, KazaaHourPDF, ObjectLocationPDF, QuickUniformPDF

public interface PDF

Version:
$Id: PDF.java,v 1.1.1.1 2004/03/26 19:57:08 hweather Exp $
Author:
Hakim Weatherspoon

Method Summary
 double getPDFEntry(int n)
          return the nth entry of the probability distribution function
 int getPDFIncrement()
          Returns the number of milliseconds that need to pass in a node's life before using the next pdf entry
 int getPDFSize()
          Returns the size of the probability distribution function
 

Method Detail

getPDFEntry

public double getPDFEntry(int n)
return the nth entry of the probability distribution function


getPDFSize

public int getPDFSize()
Returns the size of the probability distribution function


getPDFIncrement

public int getPDFIncrement()
Returns the number of milliseconds that need to pass in a node's life before using the next pdf entry