it.unina.traffic.packetSize
Class UniformPacketSize

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

public class UniformPacketSize
extends java.lang.Object
implements PacketSize

Creation date: 27/11/2006

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

Field Summary
 int minPacketSize
           
 
Constructor Summary
UniformPacketSize()
           
 
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
 

Field Detail

minPacketSize

public int minPacketSize
Constructor Detail

UniformPacketSize

public UniformPacketSize()
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.