SysML

org.topcased.sysml.tools.commands
Class GEFAddCoverDesignElementsCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by org.topcased.sysml.tools.commands.GEFAddCoverDesignElementsCommand

public class GEFAddCoverDesignElementsCommand
extends org.eclipse.gef.commands.Command

The Class GEFAddCoverDesignElementsCommand.


Constructor Summary
GEFAddCoverDesignElementsCommand(org.eclipse.gef.EditDomain domain, Requirement req, java.util.List designElts)
          The Constructor.
 
Method Summary
 void execute()
          execute
 void undo()
          undo
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, redo, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEFAddCoverDesignElementsCommand

public GEFAddCoverDesignElementsCommand(org.eclipse.gef.EditDomain domain,
                                        Requirement req,
                                        java.util.List designElts)
The Constructor.

Parameters:
designElts - the design elts
domain - the domain
req - the req
Method Detail

execute

public void execute()
execute

Overrides:
execute in class org.eclipse.gef.commands.Command
See Also:
Command.execute()

undo

public void undo()
undo

Overrides:
undo in class org.eclipse.gef.commands.Command
See Also:
Command.undo()

SysML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.