be.ac.ulg.montefiore.run.totem.trafficMatrix.model
Interface CosLoadData
- All Superinterfaces:
- LoadData
- All Known Subinterfaces:
- CosIPLoadData, CosMPLSLoadData
- All Known Implementing Classes:
- SettableCosMPLSLoadData
public interface CosLoadData
- extends LoadData
Extends the LoadData
interface, so that load can be represented per class of service.
Creation date: 29/01/2008
- Author:
- Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)
Methods inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.LoadData |
addListener, getDroppedTraffic, getDroppedTraffic, getDroppedTrafficMatrix, getDroppedTrafficMatrix, getLoad, getLoad, getUtilization, getUtilization, notifyDataChange, removeListener |
getLoad
double[] getLoad(java.lang.String cos)
getLoad
double getLoad(java.lang.String cos,
Link lnk)
getDroppedTrafficMatrix
TrafficMatrix getDroppedTrafficMatrix(java.lang.String cos,
Node node)
getDroppedTrafficMatrix
TrafficMatrix getDroppedTrafficMatrix(java.lang.String cos)
getDroppedTraffic
double getDroppedTraffic(java.lang.String cos,
Node node)
getDroppedTraffic
double getDroppedTraffic(java.lang.String cos)
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.