org.argouml.sequence2.diagram
Class ActionAddClassifierRole

java.lang.Object
  extended by CreateNodeAction
      extended by org.argouml.ui.CmdCreateNode
          extended by org.argouml.sequence2.diagram.ActionAddClassifierRole

public class ActionAddClassifierRole
extends CmdCreateNode

Action to add an object to a sequence diagram.


Constructor Summary
ActionAddClassifierRole()
          The constructor.
 
Method Summary
protected  Mode createMode(java.lang.String instructions)
           
 java.lang.Object makeNode()
          Delegate creation of the node to the uml model subsystem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAddClassifierRole

public ActionAddClassifierRole()
The constructor.

Method Detail

createMode

protected Mode createMode(java.lang.String instructions)

makeNode

public java.lang.Object makeNode()
Description copied from class: CmdCreateNode
Delegate creation of the node to the uml model subsystem.

Overrides:
makeNode in class CmdCreateNode
Returns:
an object which represents a particular UML Element.
See Also:
org.tigris.gef.graph.GraphFactory#makeNode(), org.tigris.gef.base.CmdCreateNode#makeNode()


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook