Uses of Interface
org.eclipse.uml2.uml.CreateLinkAction

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

Uses of CreateLinkAction in org.eclipse.uml2.uml
 

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

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

Uses of CreateLinkAction in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type CreateLinkAction
 T UMLSwitch.caseCreateLinkAction(CreateLinkAction object)
          Returns the result of interpreting the object as an instance of 'Create Link Action'
 boolean UMLValidator.validateCreateLinkAction_validateAssociationNotAbstract(CreateLinkAction createLinkAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAssociationNotAbstract constraint of 'Create Link Action'
 boolean UMLValidator.validateCreateLinkAction(CreateLinkAction createLinkAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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