Uses of Class
be.ac.ulg.montefiore.run.totem.domain.exception.LinkAlreadyExistException

Packages that use LinkAlreadyExistException
be.ac.ulg.montefiore.run.totem.domain.model This package holds the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
be.ac.ulg.montefiore.run.totem.repository.tomography   
be.ac.ulg.montefiore.run.totem.topgen.util This package holds util classes for Topgen. 
test This package holds JUnit test classes. 
 

Uses of LinkAlreadyExistException in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw LinkAlreadyExistException
 void Domain.addLink(Link link)
          Add a link to the domain
 void DomainConvertor.addLinkId(java.lang.String linkId)
          Add a conversion for the linkId link
 void DomainValidator.forceDuplexConnected()
          Checks that all the nodes of the topology have at least an outlink and an inlink.
 void Domain.renameLink(java.lang.String oldId, java.lang.String newId)
           
 void DomainConvertor.renameLinkId(java.lang.String oldId, java.lang.String newId)
          Rename a Link without changing its int id
 

Uses of LinkAlreadyExistException in be.ac.ulg.montefiore.run.totem.domain.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw LinkAlreadyExistException
 void DomainImpl.addLink(Link link)
          Add a link to the domain
 void DomainConvertorImpl.addLinkId(java.lang.String linkId)
          Add a conversion for the linkId link
 void DomainValidatorImpl.forceDuplexConnected()
          Checks that all the nodes of the topology have at least an outlink and an inlink.
 void DomainImpl.renameLink(java.lang.String oldId, java.lang.String newId)
           
 void DomainConvertorImpl.renameLinkId(java.lang.String oldId, java.lang.String newId)
           
 

Uses of LinkAlreadyExistException in be.ac.ulg.montefiore.run.totem.repository.tomography
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw LinkAlreadyExistException
static void Test.main(java.lang.String[] args)
           
 

Uses of LinkAlreadyExistException in be.ac.ulg.montefiore.run.totem.topgen.util
 

Methods in be.ac.ulg.montefiore.run.totem.topgen.util that throw LinkAlreadyExistException
static Domain Converter.briteTopologyToDomain(Topology.Topology topology, boolean linksDirected, int metric)
          This method parses a Topology object that is in BRITE format and returns a Domain object that contains the same information.
 

Uses of LinkAlreadyExistException in test
 

Methods in test that throw LinkAlreadyExistException
 void DomaintTest.testAddLink()
          Test add link on test-domain1.xml
 void DomaintTest.testAddLink2()
          Create a new domain and add two links.
 void ListenersTest.testaddremoveLSP()
          check the number of listeners in the domain, start algorithms, add a explicit route lsp in the domain, route a second lsp and check that the right route is taken (that the first lsp is added in the algorithm specific database)
 void HybridStrategiesTest.testBasicIGPShortcut()
           
 void BandwidthUnitTest.testDomainCreation()
           
 void HybridStrategiesTest.testIGPShortcut()
           
 void DomaintTest.testInOutLinks()
           
 void XAMCRATest.testMetricConstraint()
          Test with Metric and TEMetric Constraints.
 void MIRATest.testNEWMIRA()
           
 void XAMCRATest.testNonConsecutiveIds()
           
 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 DomainFactoryTest.testSave2()
           
 void MIRATest.testSMIRA()
           
 



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