UML

org.topcased.modeler.uml.compositestructuresdiagram.commands
Class DependencyEdgeCreationCommand

java.lang.Object
  extended by CreateTypedEdgeCommand
      extended by org.topcased.modeler.uml.compositestructuresdiagram.commands.DependencyEdgeCreationCommand

public class DependencyEdgeCreationCommand
extends CreateTypedEdgeCommand

Dependency edge creation command

** Generated **

Constructor Summary
DependencyEdgeCreationCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphElement src)
           
DependencyEdgeCreationCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphElement src, boolean needModelUpdate)
           
 
Method Summary
protected  void redoModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyEdgeCreationCommand

public DependencyEdgeCreationCommand(org.eclipse.gef.EditDomain domain,
                                     GraphEdge newObj,
                                     GraphElement src)
Parameters:
domain - the edit domain
newObj - the graph edge of the new connection
src - the graph element of the source
** Generated **

DependencyEdgeCreationCommand

public DependencyEdgeCreationCommand(org.eclipse.gef.EditDomain domain,
                                     GraphEdge newObj,
                                     GraphElement src,
                                     boolean needModelUpdate)
Parameters:
domain - the edit domain
newObj - the graph edge of the new connection
src - the graph element of the source
needModelUpdate - set it to true if the model need to be updated
** Generated **
Method Detail

redoModel

protected void redoModel()
** Generated **

UML

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