Uses of Interface
be.ac.ulg.montefiore.run.totem.topgen.traffic.TrafficGeneratorInterface

Packages that use TrafficGeneratorInterface
be.ac.ulg.montefiore.run.totem.topgen.traffic This package holds traffic generation-related classes. 
 

Uses of TrafficGeneratorInterface in be.ac.ulg.montefiore.run.totem.topgen.traffic
 

Classes in be.ac.ulg.montefiore.run.totem.topgen.traffic that implement TrafficGeneratorInterface
 class AbstractDistributionTrafficGenerator
          TrafficGenerator that uses a distribution.
 class AbstractTrafficGenerator
          Traffic generator that can generate a specified number of matrices.
 class ConstantTrafficGenerator
          Generate traffic matrices for which each pair src-dst has the same traffic value.
 class GravityTrafficGenerator
          Gravity traffic matrix generator.
 class RandomTrafficGenerator
          Implemention of a traffic generator.
 

Methods in be.ac.ulg.montefiore.run.totem.topgen.traffic that return TrafficGeneratorInterface
static TrafficGeneratorInterface TrafficGeneratorFactory.createDefaultGenerator()
          Create the default generator (RANDOM).
static TrafficGeneratorInterface TrafficGeneratorFactory.createGenerator(java.lang.String generator)
          Create a generator.
 



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