p2p.simulator.config
Class PowerLaw

java.lang.Object
  extended by p2p.simulator.config.PowerLaw

public class PowerLaw
extends java.lang.Object


Field Summary
 double alpha
           
 double cut
           
 
Constructor Summary
PowerLaw()
           
PowerLaw(double a, double c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alpha

public double alpha

cut

public double cut
Constructor Detail

PowerLaw

public PowerLaw()

PowerLaw

public PowerLaw(double a,
                double c)