UML

org.topcased.modeler.uml.deploymentdiagram.commands
Class DeploymentEdgeCreationCommand

java.lang.Object
  extended by CreateTypedEdgeCommand
      extended by org.topcased.modeler.uml.deploymentdiagram.commands.DeploymentEdgeCreationCommand

public class DeploymentEdgeCreationCommand
extends CreateTypedEdgeCommand

Deployment edge creation command

** Generated **

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

Constructor Detail

DeploymentEdgeCreationCommand

public DeploymentEdgeCreationCommand(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 **

DeploymentEdgeCreationCommand

public DeploymentEdgeCreationCommand(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 **

undoModel

protected void undoModel()

** Generated **

redo

public void redo()
See Also:
org.topcased.modeler.commands.CreateGraphEdgeCommand#redo()

undo

public void undo()
See Also:
org.topcased.modeler.commands.CreateGraphEdgeCommand#undo()

UML

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