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

All Known Implementing Classes:
ConstantTrafficModel, GravityTrafficModel, SyntheticTrafficModel

public interface TrafficModel

This is the interface for the traffic models.

Creation date: 2004

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

Method Summary
 double generate(Node origin, Node destination)
          Generates traffic between origin and destination.
 

Method Detail

generate

double generate(Node origin,
                Node destination)
Generates traffic between origin and destination.

Returns:
The amount of traffic between the two nodes.


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