be.ac.ulg.montefiore.run.totem.trafficMatrix.model
Interface IPLoadData

All Superinterfaces:
LoadData
All Known Subinterfaces:
CosIPLoadData, HybridLoadData
All Known Implementing Classes:
SettableHybridLoadData, SettableIPLoadData

public interface IPLoadData
extends LoadData

Represent a view of the computed ip load for links in a domain (traffic not routed on LSPs).

Creation date: 28/01/2008

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Method Summary
 double[] getIPLoad()
          Same as LoadData.getLoad() but returns only the ip load.
 double getIPLoad(Link link)
          Same as LoadData.getLoad(be.ac.ulg.montefiore.run.totem.domain.model.Link) but returns the only the ip load (traffic not routed on LSPs).
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.LoadData
addListener, getDroppedTraffic, getDroppedTraffic, getDroppedTrafficMatrix, getDroppedTrafficMatrix, getLoad, getLoad, getUtilization, getUtilization, notifyDataChange, removeListener
 

Method Detail

getIPLoad

double getIPLoad(Link link)
Same as LoadData.getLoad(be.ac.ulg.montefiore.run.totem.domain.model.Link) but returns the only the ip load (traffic not routed on LSPs).

Parameters:
link -
Returns:

getIPLoad

double[] getIPLoad()
Same as LoadData.getLoad() but returns only the ip load. (traffic not routed on LSPs).

Returns:


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