org.argouml.uml.diagram.ui
Class ActionAddAssociationRole

java.lang.Object
  extended by SetModeAction
      extended by org.argouml.uml.diagram.ui.ActionSetMode
          extended by org.argouml.uml.diagram.ui.ActionAddAssociationRole

public class ActionAddAssociationRole
extends ActionSetMode

The ActionAddAssociation class is for creating a dummy link with a stimulus and a given action type. This is done in one step when a new edge between two nodes is instantiated. Created on 15 February 2003, 01:01


Constructor Summary
ActionAddAssociationRole(java.lang.Object aggregationKind, boolean unidirectional, java.lang.String name)
          Construct a new ActionAddAssociationRole.
ActionAddAssociationRole(java.lang.Object aggregationKind, boolean unidirectional, java.lang.String name, java.lang.String iconName)
          The constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAddAssociationRole

public ActionAddAssociationRole(java.lang.Object aggregationKind,
                                boolean unidirectional,
                                java.lang.String name)
Construct a new ActionAddAssociationRole.

Parameters:
aggregationKind - the required aggregation for the association.
unidirectional - true if this is to create a unidirectional association
name - the action description

ActionAddAssociationRole

public ActionAddAssociationRole(java.lang.Object aggregationKind,
                                boolean unidirectional,
                                java.lang.String name,
                                java.lang.String iconName)
The constructor.

Parameters:
aggregationKind - the required aggregation for the association.
unidirectional - true if this is to create a unidirectional association
name - the action description
iconName - the name of the icon file


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook