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

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

Uses of CreateObjectAction in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type CreateObjectAction
 boolean UMLValidator.validateCreateObjectAction(CreateObjectAction createObjectAction, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateCreateObjectAction_validateClassifierNotAbstract(CreateObjectAction createObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateClassifierNotAbstract constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateClassifierNotAssociationClass(CreateObjectAction createObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateClassifierNotAssociationClass constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateSameType(CreateObjectAction createObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateSameType constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateMultiplicity(CreateObjectAction createObjectAction, DiagnosticChain diagnostics, Map context)
          Validates the validateMultiplicity constraint of 'Create Object Action'
 Object UMLSwitch.caseCreateObjectAction(CreateObjectAction object)
          Returns the result of interpretting the object as an instance of 'Create Object Action'
 


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