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

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

Uses of WriteLinkAction in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type WriteLinkAction
 boolean UMLValidator.validateWriteLinkAction(WriteLinkAction writeLinkAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateWriteLinkAction_validateAllowAccess(WriteLinkAction writeLinkAction, DiagnosticChain diagnostics, Map context)
          Validates the validateAllowAccess constraint of 'Write Link Action'
 Object UMLSwitch.caseWriteLinkAction(WriteLinkAction object)
          Returns the result of interpretting the object as an instance of 'Write Link Action'
 


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