|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCreateTypedEdgeCommand
org.topcased.modeler.uml.usecasediagram.commands.AssociationEdgeCreationCommand
public class AssociationEdgeCreationCommand
Association edge creation command
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 |
---|
public AssociationEdgeCreationCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphElement src)
domain
- the edit domainnewObj
- the graph edge of the new connectionsrc
- the graph element of the sourcepublic AssociationEdgeCreationCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphElement src, boolean needModelUpdate)
domain
- the edit domainnewObj
- the graph edge of the new connectionsrc
- the graph element of the sourceneedModelUpdate
- set it to true if the model need to be updatedMethod Detail |
---|
public void execute()
org.topcased.modeler.commands.CreateGraphEdgeCommand#execute()
protected void redoModel()
protected void undoModel()
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.