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

Packages that use TrafficModel
be.ac.ulg.montefiore.run.totem.topgen.traffic This package holds traffic generation-related classes. 
be.ac.ulg.montefiore.run.totem.topgen.traffic.model This package holds classes that are traffic models used by Topgen. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.facade This package holds the manager for the trafficMatrix package. 
 

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

Constructors in be.ac.ulg.montefiore.run.totem.topgen.traffic with parameters of type TrafficModel
TrafficGenerator(int ASID, TrafficModel model, double fraction)
          Deprecated.  
TrafficGenerator(TrafficModel model, RoutingMatrix matrix)
          Deprecated. Initialises a newly created TrafficGenerator object.
TrafficGenerator(TrafficModel model, RoutingMatrix matrix, double fraction)
          Deprecated. Initialises a newly created TrafficGenerator object.
 

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

Classes in be.ac.ulg.montefiore.run.totem.topgen.traffic.model that implement TrafficModel
 class ConstantTrafficModel
          This class generates a constant traffic for all origin-destination pairs
 class GravityTrafficModel
          This class generates traffic using the gravity model.
 class SyntheticTrafficModel
          This class generates traffic using the probability distributions.
 

Uses of TrafficModel in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade with parameters of type TrafficModel
 void TrafficMatrixManager.generateTrafficMatrix(int asId, int tmId, TrafficModel model, double fraction)
          Deprecated. Use TrafficGeneratorInterface and sub-classes instead and TrafficGeneratorFactory.
 TrafficMatrix TrafficMatrixManager.generateTrafficMatrix(int asId, int tmId, TrafficModel model, double fraction, boolean generateOnlyEdgeTraffic)
          Deprecated. Use TrafficGeneratorInterface and sub-classes instead and TrafficGeneratorFactory.
 



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