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

Packages that use TmLoadComputer
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.facade This package holds the manager for the trafficMatrix package. 
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. 
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow that implement TmLoadComputer
 class MultiCommodityFlow
          This implementation of the multi commodity flow algorithm compute the link load associated to a Domain and a TraffixMatrix.
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.optDivideTM that implement TmLoadComputer
 class OptDivideTMLoadComputer
          This class implements a Traffic Engineering method which consist to divide the traffic matrix into N sub-matrices (called strata).
 

Uses of TmLoadComputer in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade with parameters of type TmLoadComputer
 LinkLoadComputer LinkLoadComputerManager.addLinkLoadComputer(Domain domain, TrafficMatrix tm, TmLoadComputer tlc)
          Create a new LinkLoadComputer and add it to the manager with a generated id.
 LinkLoadComputer LinkLoadComputerManager.addLinkLoadComputer(Domain domain, TrafficMatrix tm, TmLoadComputer tlc, boolean addAsDefault, java.lang.String id)
          Create a new LinkLoadComputer and add it to the manager with the id id and return it.
 LinkLoadComputer LinkLoadComputerManager.getLinkLoadComputer(TrafficMatrix tm, TmLoadComputer tlc)
          returns the linkLoadComputer corresponding to the given traffic matrix and LinkLoadStrategy.
 

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

Subinterfaces of TmLoadComputer in be.ac.ulg.montefiore.run.totem.trafficMatrix.model
 interface LinkLoadStrategy
          Define the behavior of a link load computation stategy.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that return TmLoadComputer
 TmLoadComputer LinkLoadComputer.getLoadComputer()
          Returns the associated routing strategy.
 

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

Classes in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that implement TmLoadComputer
 class BasicIGPShortcutStrategy
          Implement the basic IGP shortcut link load computation strategy.
 class IGPShortcutStrategy
          Implement the IGP shortcut link load computation strategy (IETF RFC-3906).
 class LinkLoadStrategyAdapter
          This adapter can be used by link load strategy implementations to avoid property methods redefinition.
 class OverlayStrategy
          Implement the overlay strategy.
 class SPFLinkLoadStrategy
          This class implements a link load computation using the SPF algorithms.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that return TmLoadComputer
 TmLoadComputer LinkLoadComputerImpl.getLoadComputer()
           
 

Constructors in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl with parameters of type TmLoadComputer
LinkLoadComputerImpl(Domain domain, TmLoadComputer tmlc, TrafficMatrix tm)
           
 



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