SysML

org.topcased.sysml.tools.commands
Class GEFAddCoverTestCasesCommand

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

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

The Class GEFAddCoverTestCasesCommand.


Constructor Summary
GEFAddCoverTestCasesCommand(org.eclipse.gef.EditDomain domain, Requirement req, java.util.List testCase)
          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

GEFAddCoverTestCasesCommand

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

Parameters:
testCase - the test case
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.