be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model
Class LinkDecoratorImpl

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model.LinkDecoratorImpl
All Implemented Interfaces:
LinkDecorator

public class LinkDecoratorImpl
extends java.lang.Object
implements LinkDecorator

Give access to link properties. Contains a Link and a LinkIgp object.

Creation date: 3/10/2007

Author:
Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
LinkDecoratorImpl(Link link, LinkIgp linkIgp)
           
 
Method Summary
 Link getLink()
           
 LinkIgp getLinkIgp()
           
 void setLinkIgp(LinkIgp linkIgp)
           
 void unsetLinkIgp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkDecoratorImpl

public LinkDecoratorImpl(Link link,
                         LinkIgp linkIgp)
Method Detail

getLinkIgp

public LinkIgp getLinkIgp()
Specified by:
getLinkIgp in interface LinkDecorator

setLinkIgp

public void setLinkIgp(LinkIgp linkIgp)
Specified by:
setLinkIgp in interface LinkDecorator

unsetLinkIgp

public void unsetLinkIgp()
Specified by:
unsetLinkIgp in interface LinkDecorator

getLink

public Link getLink()
Specified by:
getLink in interface LinkDecorator


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