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

Packages that use LinkLoadStrategy
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 LinkLoadStrategy in be.ac.ulg.montefiore.run.totem.repository.optDivideTM
 

Classes in be.ac.ulg.montefiore.run.totem.repository.optDivideTM that implement LinkLoadStrategy
 class OptDivideTMLinkLoadStrategy
          
 

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

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade with parameters of type LinkLoadStrategy
 LinkLoadComputer LinkLoadComputerManager.addLinkLoadComputer(Domain domain, TrafficMatrix tm, LinkLoadStrategy lls)
          Create a new LinkLoadComputer and add it to the manager with a generated id.
 LinkLoadComputer LinkLoadComputerManager.addLinkLoadComputer(Domain domain, TrafficMatrix tm, LinkLoadStrategy lls, 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, LinkLoadStrategy lls)
          returns the linkLoadComputer corresponding to the given traffic matrix and LinkLoadStrategy.
 

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

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that return LinkLoadStrategy
 LinkLoadStrategy LinkLoadComputer.getLinkLoadStrategy()
          Returns the associated routing strategy.
 LinkLoadStrategy TrafficMatrix.getLinkLoadStrategy()
          Deprecated. Use class LinkLoadComputer instead.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model with parameters of type LinkLoadStrategy
 void TrafficMatrix.setLinkLoadStrategy(LinkLoadStrategy strategy)
          Deprecated. Use class LinkLoadComputer instead.
 

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

Classes in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that implement LinkLoadStrategy
 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 LinkLoadStrategy
 LinkLoadStrategy TrafficMatrixImpl.getLinkLoadStrategy()
          Deprecated. Use class LinkLoadComputer instead.
 LinkLoadStrategy LinkLoadComputerImpl.getLinkLoadStrategy()
           
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl with parameters of type LinkLoadStrategy
 void TrafficMatrixImpl.setLinkLoadStrategy(LinkLoadStrategy strategy)
          Deprecated. Use class LinkLoadComputer instead.
 

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



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