UML

org.topcased.modeler.uml.classdiagram.commands
Class AssociationEdgeCreationCommand

java.lang.Object
  extended by CreateTypedEdgeCommand
      extended by org.topcased.modeler.uml.classdiagram.commands.AssociationEdgeCreationCommand

public class AssociationEdgeCreationCommand
extends CreateTypedEdgeCommand

Association edge creation command

** Generated **

Constructor Summary
AssociationEdgeCreationCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphElement src)
           
AssociationEdgeCreationCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphElement src, boolean needModelUpdate)
           
 
Method Summary
 void execute()
          Create the model objects that will be associated with the Association
protected  void redoModel()
           
protected  void undoModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationEdgeCreationCommand

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

AssociationEdgeCreationCommand

public AssociationEdgeCreationCommand(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

execute

public void execute()
Create the model objects that will be associated with the Association

See Also:
org.topcased.modeler.commands.CreateGraphEdgeCommand#execute()

redoModel

protected void redoModel()

** Generated **
NOT

undoModel

protected void undoModel()

** Generated **
NOT

UML

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