SAM

org.topcased.modeler.sam.systemdiagram.commands
Class CreateFlowCommand

java.lang.Object
  extended by CreateGraphEdgeCommand
      extended by org.topcased.modeler.sam.systemdiagram.commands.CreateFlowCommand

public class CreateFlowCommand
extends CreateGraphEdgeCommand

Creation command for DataFlow and ControlFlow
Creation : 06 June 2005


Constructor Summary
CreateFlowCommand(org.eclipse.gef.EditDomain domain, GraphEdge newObj, GraphNode src, boolean needModelUpdate)
          Constructor
 
Method Summary
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

CreateFlowCommand

public CreateFlowCommand(org.eclipse.gef.EditDomain domain,
                         GraphEdge newObj,
                         GraphNode src,
                         boolean needModelUpdate)
Constructor

Parameters:
domain - the EditDomain (used to init the name)
newObj - the edge to create
src - the source node
needModelUpdate -
Method Detail

redoModel

protected void redoModel()
See Also:
org.topcased.modeler.commands.CreateGraphEdgeCommand#redoModel()

undoModel

protected void undoModel()
See Also:
org.topcased.modeler.commands.CreateGraphEdgeCommand#undoModel()

SAM

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