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

Packages that use LinkLoadComputer
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.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.guiComponents   
 

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

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that return LinkLoadComputer
 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.getDefaultLinkLoadComputer(Domain domain)
          returns the default LinkLoadComputer for the specified domain.
 LinkLoadComputer LinkLoadComputerManager.getLinkLoadComputer(java.lang.String id)
          returns the linkLoadComputer with an id corresping to the given one.
 LinkLoadComputer LinkLoadComputerManager.getLinkLoadComputer(TrafficMatrix tm, TmLoadComputer tlc)
          returns the linkLoadComputer corresponding to the given traffic matrix and LinkLoadStrategy.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that return types with arguments of type LinkLoadComputer
 java.util.List<LinkLoadComputer> LinkLoadComputerManager.getLinkLoadComputers(Domain domain)
          returns a list of LinkLoadComputer for the given domain.
 java.util.List<LinkLoadComputer> LinkLoadComputerManager.getLinkLoadComputers(TrafficMatrix tm)
          returns a list of LinkLoadComputer for the given trafficMatrix.
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade with parameters of type LinkLoadComputer
 void LinkLoadComputerManagerListener.addLinkLoadComputerEvent(LinkLoadComputer llc)
          A LinkLoadComputer has been added to the manager
 void LinkLoadComputerManagerListener.changeDefaultLinkLoadComputerEvent(int asId, LinkLoadComputer llc)
          The default LinkLoadComputer has changed for the domain given by its asId.
protected  void LinkLoadComputerManagerObserver.notifyAddLinkLoadComputer(LinkLoadComputer llc)
          A LinkLoadComputer has been added to the manager
protected  void LinkLoadComputerManagerObserver.notifyChangeDefaultLinkLoadComputer(int asId, LinkLoadComputer llc)
          The default LinkLoadComputer has changed for the domain given by its asId.
protected  void LinkLoadComputerManagerObserver.notifyRemoveLinkLoadComputer(LinkLoadComputer llc)
          A LinkLoadComputer has been removed from the manager
 void LinkLoadComputerManager.removeLinkLoadComputer(LinkLoadComputer llc)
          Remove a LinkLoadComputer from the manager.
 void LinkLoadComputerManagerListener.removeLinkLoadComputerEvent(LinkLoadComputer llc)
          A LinkLoadComputer has been removed from the manager
 void LinkLoadComputerManager.setDefaultLinkLoadComputer(LinkLoadComputer llc)
          Set a LinkLoadComputer as the default one.
 

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

Classes in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that implement LinkLoadComputer
 class LinkLoadComputerImpl
          Calculates the links load and utilization of a given domain thanks to a TmLoadComputer and a traffic matrix.
 

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

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

Uses of LinkLoadComputer in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents with parameters of type LinkLoadComputer
 void ColorMeaningPanel.addLinkLoadComputerEvent(LinkLoadComputer llc)
           
 void ColorMeaningPanel.changeDefaultLinkLoadComputerEvent(int asId, LinkLoadComputer llc)
           
 void ColorMeaningPanel.removeLinkLoadComputerEvent(LinkLoadComputer llc)
           
 



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