Uses of Interface
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.LinkIgp

Packages that use LinkIgp
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.domain.model.jaxb This package holds the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl This package holds the implementation of the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model   
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return LinkIgp
 LinkIgp LinkImpl.getIgpLink()
          Get the IGP link associated to the link
 LinkIgp DomainImpl.getLinkIgp(java.lang.String linkId)
          Get a LinkIgp from the specified linkId
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return LinkIgp
 LinkIgp ObjectFactory.createLinkIgp()
          Create an instance of LinkIgp
 

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

Classes in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that implement LinkIgp
 class LinkIgpImpl
           
 

Uses of LinkIgp in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that return LinkIgp
 LinkIgp LinkDecoratorImpl.getLinkIgp()
           
 LinkIgp LinkDecorator.getLinkIgp()
           
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model with parameters of type LinkIgp
 void DomainDecoratorImpl.addLinkIgp(LinkIgp linkIgp)
           
 void DomainDecorator.addLinkIgp(LinkIgp linkIgp)
          add the igp part of a link to the domain
 void DomainDecoratorImpl.removeLinkIgp(LinkIgp linkIgp)
           
 void DomainDecorator.removeLinkIgp(LinkIgp linkIgp)
          remove the igp part of a link
 void LinkDecoratorImpl.setLinkIgp(LinkIgp linkIgp)
           
 void LinkDecorator.setLinkIgp(LinkIgp linkIgp)
           
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model with parameters of type LinkIgp
LinkDecoratorImpl(Link link, LinkIgp linkIgp)
           
 



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