Uses of Class
be.ac.ulg.montefiore.run.totem.trafficMatrix.exception.InvalidLinkLoadComputerException

Packages that use InvalidLinkLoadComputerException
be.ac.ulg.montefiore.run.totem.trafficMatrix.facade This package holds the manager for the trafficMatrix package. 
 

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

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw InvalidLinkLoadComputerException
 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.
 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.
 void LinkLoadComputerManager.setDefaultLinkLoadComputer(LinkLoadComputer llc)
          Set a LinkLoadComputer as the default one.
 void LinkLoadComputerManager.setDefaultLinkLoadComputer(java.lang.String id)
          Set the LinkLoadComputer identified by id as the default one.
 



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