Uses of Interface
org.eclipse.uml2.CreateLinkAction

Packages that use CreateLinkAction
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of CreateLinkAction in org.eclipse.uml2
 

Subinterfaces of CreateLinkAction in org.eclipse.uml2
 interface CreateLinkObjectAction
           A representation of the model object 'Create Link Object Action'
 

Methods in org.eclipse.uml2 that return CreateLinkAction
 CreateLinkAction UML2Factory.createCreateLinkAction()
          Returns a new object of class 'Create Link Action'
 

Uses of CreateLinkAction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type CreateLinkAction
 boolean UML2Validator.validateCreateLinkAction(CreateLinkAction createLinkAction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseCreateLinkAction(CreateLinkAction object)
          Returns the result of interpretting the object as an instance of 'Create Link Action'
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.