be.ac.ulg.montefiore.run.totem.trafficMatrix.model
Interface TrafficMatrix.TrafficMatrixElem

Enclosing interface:
TrafficMatrix

public static interface TrafficMatrix.TrafficMatrixElem

Represents an element of the traffic matrix.

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

Method Summary
 int getDst()
          Returns the dst index.
 int getSrc()
          Returns the src index.
 float getValue()
          Returns the amount of traffic between the two nodes.
 

Method Detail

getSrc

int getSrc()
Returns the src index.

Returns:
The src index.

getDst

int getDst()
Returns the dst index.

Returns:
The dst index.

getValue

float getValue()
Returns the amount of traffic between the two nodes.

Returns:
The amount of traffic between the two nodes.


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