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

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

Uses of LinkAction in org.eclipse.uml2.uml
 

Subinterfaces of LinkAction 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'
 interface ReadLinkAction
           A representation of the model object 'Read Link Action'
 interface WriteLinkAction
           A representation of the model object 'Write Link Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type LinkAction
 boolean UMLValidator.validateLinkAction(LinkAction linkAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateLinkAction_validateSameAssociation(LinkAction linkAction, DiagnosticChain diagnostics, Map context)
          Validates the validateSameAssociation constraint of 'Link Action'
 boolean UMLValidator.validateLinkAction_validateNotStatic(LinkAction linkAction, DiagnosticChain diagnostics, Map context)
          Validates the validateNotStatic constraint of 'Link Action'
 boolean UMLValidator.validateLinkAction_validateSamePins(LinkAction linkAction, DiagnosticChain diagnostics, Map context)
          Validates the validateSamePins constraint of 'Link Action'
 Object UMLSwitch.caseLinkAction(LinkAction object)
          Returns the result of interpretting the object as an instance of 'Link Action'
 


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