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

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

Uses of CreateLinkObjectAction in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type CreateLinkObjectAction
 boolean UMLValidator.validateCreateLinkObjectAction(CreateLinkObjectAction createLinkObjectAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateCreateLinkObjectAction_validateAssociationClass(CreateLinkObjectAction createLinkObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateAssociationClass constraint of 'Create Link Object Action'
 boolean UMLValidator.validateCreateLinkObjectAction_validateTypeOfResult(CreateLinkObjectAction createLinkObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateTypeOfResult constraint of 'Create Link Object Action'
 boolean UMLValidator.validateCreateLinkObjectAction_validateMultiplicity(CreateLinkObjectAction createLinkObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicity constraint of 'Create Link Object Action'
 Object UMLSwitch.caseCreateLinkObjectAction(CreateLinkObjectAction object)
          Returns the result of interpretting the object as an instance of 'Create Link Object Action'
 


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