SysML

org.topcased.sysml.tools.commands
Class GEFDesignElementsCoverCommand

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

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

Command that add or remove design elements which satisfy a requirement in the GEF SysML Editor.


Constructor Summary
GEFDesignElementsCoverCommand(org.eclipse.gef.EditDomain domain, Requirement req, java.util.List data, java.util.List oldData)
          Create a command for updating design elements satisfying 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

GEFDesignElementsCoverCommand

public GEFDesignElementsCoverCommand(org.eclipse.gef.EditDomain domain,
                                     Requirement req,
                                     java.util.List data,
                                     java.util.List oldData)
Create a command for updating design elements satisfying 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.