- All Known Implementing Classes:
- NormalSizeDistribution, RandomSizeDistribution, RegularSizeDistribution, ThoraxSizeDistribution
public interface PacketSizeDistribution
The PacketSizeDistribution interface defines an object which specifies some
sort of size distribution pattern for packets over time. Any class
implementing this interface should specify what sort of size distribution
pattern it generates. Additionally, every type of packet size distribution
should have a unique integer id number specifying its type.
- Author:
- Kira Lindburg