|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainAlreadyExistException | |
---|---|
be.ac.ucl.ingi.totem.repository | |
be.ac.ulg.montefiore.run.totem.domain.facade | This package holds the manager for the domain package. |
be.ac.ulg.montefiore.run.totem.repository.tomography | |
be.ac.ulg.montefiore.run.totem.visualtopo.facade | This package holds classes related to the TOTEM GUI. |
test | This package holds JUnit test classes. |
Uses of DomainAlreadyExistException in be.ac.ucl.ingi.totem.repository |
---|
Methods in be.ac.ucl.ingi.totem.repository that throw DomainAlreadyExistException | |
---|---|
static void |
RttMeasurementRequestGeneration.main(java.lang.String[] args)
|
Uses of DomainAlreadyExistException in be.ac.ulg.montefiore.run.totem.domain.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.facade that throw DomainAlreadyExistException | |
---|---|
void |
InterDomainManager.addDomain(Domain domain)
Adds the domain domain to the InterDomainManager . |
void |
InterDomainManager.changeAsId(int oldASID,
int newASID)
|
Domain |
InterDomainManager.loadDomain(java.io.InputStream is,
boolean isDefaultDomain)
|
Domain |
InterDomainManager.loadDomain(java.lang.String fileName,
boolean isDefaultDomain,
boolean removeMultipleLinks)
Load a domain from a file |
Domain |
InterDomainManager.loadDomain(java.lang.String fileName,
boolean isDefaultDomain,
boolean removeMultipleLinks,
boolean useBwSharing)
Load a domain from a file |
Domain |
InterDomainManager.loadDomain(java.lang.String host,
int port,
boolean isDefaultDomain,
boolean removeMultipleLinks,
boolean useBwSharing)
Load a domain from network. |
Uses of DomainAlreadyExistException in be.ac.ulg.montefiore.run.totem.repository.tomography |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw DomainAlreadyExistException | |
---|---|
static void |
Test.main(java.lang.String[] args)
|
Uses of DomainAlreadyExistException in be.ac.ulg.montefiore.run.totem.visualtopo.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.facade that throw DomainAlreadyExistException | |
---|---|
int |
GUIManager.loadTopology(java.io.File tFile)
|
void |
GUIManager.openDomain(Domain domain)
Load given domain in the InterDomainManager and Display it in the GUI If domain is null, do nothing. |
Uses of DomainAlreadyExistException in test |
---|
Methods in test that throw DomainAlreadyExistException | |
---|---|
void |
InterDomainManagerTest.testAddRemoveDomain()
|
void |
BandwidthUnitTest.testBwConversion()
|
void |
RoutingPathTest.testLocalBackupRoutingPath()
|
void |
MCFTest.testMCF()
|
void |
XAMCRATest.testMetricConstraint()
Test with Metric and TEMetric Constraints. |
void |
MIRATest.testNEWMIRA()
|
void |
XAMCRATest.testNonConsecutiveIds()
|
void |
RoutingPathTest.testPrimaryRoutingPath()
|
void |
RoutingMatrixTest.testRealRoutingMatrix()
|
void |
InterDomainManagerTest.testRemoveMatrices()
|
void |
XAMCRATest.testRouteBw()
Test with only bw constraint |
void |
XAMCRATest.testRouteBwDelay()
Test with bw and delay constraint (path 0-3-2 does not satisfy constraints anymore) |
void |
MIRATest.testSMIRA()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |