Uses of Interface
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.LoadData

Packages that use LoadData
be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow This package holds an implementation of the multi-commodity flow algorithm. 
be.ac.ulg.montefiore.run.totem.repository.optDivideTM This package holds an implementation of the algorithm described in "Dividing the Traffic Matrix to approach optimal Traffic Engineering" by S. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model This package holds the model for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl This package holds the implementation of the model for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.visualtopo.graph   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl   
 

Uses of LoadData in be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow
 

Methods in be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow that return LoadData
 LoadData MultiCommodityFlow.detachData()
           
 LoadData MultiCommodityFlow.getData()
           
 

Uses of LoadData in be.ac.ulg.montefiore.run.totem.repository.optDivideTM
 

Methods in be.ac.ulg.montefiore.run.totem.repository.optDivideTM that return LoadData
 LoadData OptDivideTMLoadComputer.detachData()
           
 LoadData OptDivideTMLoadComputer.getData()
           
 

Uses of LoadData in be.ac.ulg.montefiore.run.totem.trafficMatrix.model
 

Subinterfaces of LoadData in be.ac.ulg.montefiore.run.totem.trafficMatrix.model
 interface CosIPLoadData
          Extends the CosLoadData, and the IPLoadData and add the capability to obtain the ip load in a per class of service manner.
 interface CosLoadData
          Extends the LoadData interface, so that load can be represented per class of service.
 interface CosMPLSLoadData
          Extends the CosLoadData, and the MPLSLoadData and add the capability to obtain the mpls load in a per class of service manner.
 interface HybridLoadData
          Used to reprent a view of the load that includes MPLS and IP load separetely.
 interface IPLoadData
          Represent a view of the computed ip load for links in a domain (traffic not routed on LSPs).
 interface MPLSLoadData
          Represent a view of the computed mpls load for links in a domain (traffic that is routed on LSPs).
 

Classes in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that implement LoadData
 class AbstractLoadData
          Provides the listener management functionality to the LoadData object.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that return LoadData
 LoadData LinkLoadComputer.detachData()
          Returns the data used by the link load computer and do not use it internally any more.
 LoadData LinkLoadComputer.getData()
          Returns a view of the data.
 

Uses of LoadData in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl
 

Classes in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that implement LoadData
 class SettableCosMPLSLoadData
          Used to represent mpls load for different classes of service.
 class SettableHybridLoadData
          Class to represent IP and MPLS load separately.
 class SettableIPLoadData
          Class to represent IP data.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that return LoadData
 LoadData AbstractLinkLoadStrategy.detachData()
           
 LoadData PureMPLSCosLinkLoadComputer.detachData()
           
 

Uses of LoadData in be.ac.ulg.montefiore.run.totem.visualtopo.graph
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.graph with parameters of type LoadData
LoadColorShower(LoadData ldv)
           
 

Uses of LoadData in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl
 

Fields in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl declared as LoadData
protected  LoadData LoadWIReport.finalLoadData
           
protected  LoadData LoadWIReport.initialLoadData
           
 



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