it.unina.traffic.packetSize
Class ExponentialPacketSize

java.lang.Object
  extended by it.unina.traffic.packetSize.ExponentialPacketSize
All Implemented Interfaces:
PacketSize

public class ExponentialPacketSize
extends java.lang.Object
implements PacketSize

Creation date: 27/11/2006

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
ExponentialPacketSize()
           
 
Method Summary
 java.lang.String getCommand()
           
 double getMean()
           
 void setMean(double meanPacketSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExponentialPacketSize

public ExponentialPacketSize()
Method Detail

getMean

public double getMean()
Specified by:
getMean in interface PacketSize

setMean

public void setMean(double meanPacketSize)
Specified by:
setMean in interface PacketSize

getCommand

public java.lang.String getCommand()
Specified by:
getCommand in interface PacketSize


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.