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

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

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw IdException
 void Domain.renameLink(java.lang.String oldId, java.lang.String newId)
           
 void Domain.renameNode(java.lang.String oldId, java.lang.String newId)
          Rename a node of the domain.
 void DomainElement.setElementId(java.lang.String id)
          Sets the id of the element.
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw IdException
 void DomainImpl.renameLink(java.lang.String oldId, java.lang.String newId)
           
 void DomainImpl.renameNode(java.lang.String oldId, java.lang.String newId)
           
 void NodeInterfaceImpl.setElementId(java.lang.String id)
           
 void LspImpl.setElementId(java.lang.String id)
           
 void LinkImpl.setElementId(java.lang.String id)
           
 void NodeImpl.setElementId(java.lang.String id)
          Sets the node id to the given id.
 



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