SysML

org.topcased.sysml.tools.commands
Class GEFTestCaseCoverCommand

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

public class GEFTestCaseCoverCommand
extends org.eclipse.gef.commands.CompoundCommand

Command that add or remove test cases which verify a requirement in the GEF SysML Editor.


Constructor Summary
GEFTestCaseCoverCommand(org.eclipse.gef.EditDomain domain, Requirement req, java.util.List data, java.util.List oldData)
          Create a command for updating test cases verifying a requirement.
 
Method Summary
 
Methods inherited from class org.eclipse.gef.commands.CompoundCommand
add, canExecute, canUndo, dispose, execute, getChildren, getCommands, getLabel, isEmpty, redo, size, undo, unwrap
 
Methods inherited from class org.eclipse.gef.commands.Command
chain, getDebugLabel, setDebugLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEFTestCaseCoverCommand

public GEFTestCaseCoverCommand(org.eclipse.gef.EditDomain domain,
                               Requirement req,
                               java.util.List data,
                               java.util.List oldData)
Create a command for updating test cases verifying a requirement.

Parameters:
oldData - the old datas
data - the new datas
domain - the GEF editing domain
req - the requirement

SysML

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