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

Packages that use LinkLoadStrategy
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.guiModules.routingGUIModule   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl   
 

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 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.
 

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.
 

Uses of LinkLoadStrategy in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule that return LinkLoadStrategy
 LinkLoadStrategy IGPRoutingOptionsPanel.getStrategy()
          Create the link load strategy corresponding to the chosen options
 

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

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.report.impl with parameters of type LinkLoadStrategy
LoadWIReport(Domain domain, LinkLoadStrategy lls)
           
UtilisationWIReport(Domain domain, LinkLoadStrategy lls)
           
 



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