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
 T UMLSwitch.caseCreateLinkObjectAction(CreateLinkObjectAction object)
          Returns the result of interpreting the object as an instance of 'Create Link Object Action'
 boolean UMLValidator.validateCreateLinkObjectAction_validateAssociationClass(CreateLinkObjectAction createLinkObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAssociationClass constraint of 'Create Link Object Action'
 boolean UMLValidator.validateCreateLinkObjectAction_validateMultiplicity(CreateLinkObjectAction createLinkObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicity constraint of 'Create Link Object Action'
 boolean UMLValidator.validateCreateLinkObjectAction_validateTypeOfResult(CreateLinkObjectAction createLinkObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateTypeOfResult constraint of 'Create Link Object Action'
 boolean UMLValidator.validateCreateLinkObjectAction(CreateLinkObjectAction createLinkObjectAction, 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.