|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
java.lang.String |
LinkLoadComputerManager.getDefaultLinkLoadComputerId(Domain domain)
Returns the id of the default LinkLoadComputer of the given domain. |
LinkLoadComputer |
LinkLoadComputerManager.getLinkLoadComputer(Domain domain,
java.lang.String id)
Returns the LinkLoadComputer corresponding to the given id. |
Pair<java.lang.String,LinkLoadComputer> |
LinkLoadComputerManager.getLinkLoadComputer(LinkLoadComputer llc)
Returns a pair associating a LinkLoadComputer that is equal to the given one with its id in the manager. |
java.lang.String |
LinkLoadComputerManager.getLinkLoadComputerId(LinkLoadComputer llc)
Return the id associated with a LinkLoadComputer that is equal to the given one. |
void |
LinkLoadComputerManager.setDefaultLinkLoadComputer(Domain domain,
java.lang.String id)
Sets the LinkLoadComputer identified by id as the default one. |
void |
LinkLoadComputerManager.setDefaultLinkLoadComputer(LinkLoadComputer llc)
Sets a LinkLoadComputer as the default one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |