|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPLoadData
Represent a view of the computed ip load for links in a domain (traffic not routed on LSPs).
Creation date: 28/01/2008
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 |
---|
double getIPLoad(Link link)
LoadData.getLoad(be.ac.ulg.montefiore.run.totem.domain.model.Link)
but returns the only the ip load
(traffic not routed on LSPs).
link
-
double[] getIPLoad()
LoadData.getLoad()
but returns only the ip load.
(traffic not routed on LSPs).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |