Uses of Interface
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.LinkDecorator

Packages that use LinkDecorator
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.constraint   
 

Uses of LinkDecorator in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory that return LinkDecorator
 LinkDecorator LinkFactory.clone(LinkDecorator toClone)
           
 LinkDecorator LinkFactory.createInstance(java.util.HashMap<java.lang.String,java.lang.String> params)
          Create an instance of a link with a generated id.
 LinkDecorator LinkFactory.createObject(java.lang.String model, java.util.HashMap<java.lang.String,java.lang.String> params)
          Clone the given model, change its id to a generated one and set to and from node if given as parameters.
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory with parameters of type LinkDecorator
 LinkDecorator LinkFactory.clone(LinkDecorator toClone)
           
 

Uses of LinkDecorator in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents with parameters of type LinkDecorator
LinkPropertiesDialog(DomainDecorator domainDecorator, LinkDecorator linkDecorator)
           
 

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

Classes in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that implement LinkDecorator
 class LinkDecoratorImpl
          Give access to link properties.
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that return LinkDecorator
 LinkDecorator DomainDecoratorImpl.getLink(java.lang.String id)
           
 LinkDecorator DomainDecorator.getLink(java.lang.String id)
          returns a link identified by id if exists, null otherwise
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that return types with arguments of type LinkDecorator
 java.util.List<LinkDecorator> DomainDecoratorImpl.getAllLinks()
           
 java.util.List<LinkDecorator> DomainDecorator.getAllLinks()
           
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model with parameters of type LinkDecorator
 void DomainDecoratorImpl.addLink(LinkDecorator linkDecorator)
           
 void DomainDecorator.addLink(LinkDecorator linkDecorator)
          Add a link to the domain
 void DomainDecoratorImpl.removeLink(LinkDecorator linkDecorator)
           
 void DomainDecorator.removeLink(LinkDecorator linkDecorator)
          remove a link from the domain (the link and the igp of linkdecorator)
 

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

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.constraint that return types with arguments of type LinkDecorator
 java.util.List<LinkDecorator> HasBandwidthDomainConstraint.getFailedLinks()
           
 



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