be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action.impl
Class LinkDownWIAction

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action.impl.LinkDownWIAction
All Implemented Interfaces:
WIAction

public class LinkDownWIAction
extends java.lang.Object
implements WIAction

Action that sets a link down.

Creation date: 24/04/2007

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

Constructor Summary
LinkDownWIAction(Domain domain, Link link)
           
LinkDownWIAction(Domain domain, Link link, boolean reverseLink)
           
 
Method Summary
 void execute()
          Execute the action.
 java.lang.String getName()
          Return a name representing the action and its parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkDownWIAction

public LinkDownWIAction(Domain domain,
                        Link link)
                 throws LinkNotFoundException
Throws:
LinkNotFoundException

LinkDownWIAction

public LinkDownWIAction(Domain domain,
                        Link link,
                        boolean reverseLink)
                 throws LinkNotFoundException
Throws:
LinkNotFoundException
Method Detail

execute

public void execute()
             throws ActionExecutionException
Description copied from interface: WIAction
Execute the action.

Specified by:
execute in interface WIAction
Throws:
ActionExecutionException

getName

public java.lang.String getName()
Description copied from interface: WIAction
Return a name representing the action and its parameters

Specified by:
getName in interface WIAction
Returns:


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