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
 T UMLSwitch.caseLinkAction(LinkAction object)
          Returns the result of interpreting the object as an instance of 'Link Action'
 boolean UMLValidator.validateLinkAction_validateNotStatic(LinkAction linkAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNotStatic constraint of 'Link Action'
 boolean UMLValidator.validateLinkAction_validateSameAssociation(LinkAction linkAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSameAssociation constraint of 'Link Action'
 boolean UMLValidator.validateLinkAction_validateSamePins(LinkAction linkAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSamePins constraint of 'Link Action'
 boolean UMLValidator.validateLinkAction(LinkAction linkAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.