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
 T UMLSwitch.caseCreateObjectAction(CreateObjectAction object)
          Returns the result of interpreting the object as an instance of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateClassifierNotAbstract(CreateObjectAction createObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateClassifierNotAbstract constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateClassifierNotAssociationClass(CreateObjectAction createObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateClassifierNotAssociationClass constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateMultiplicity(CreateObjectAction createObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicity constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction_validateSameType(CreateObjectAction createObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateSameType constraint of 'Create Object Action'
 boolean UMLValidator.validateCreateObjectAction(CreateObjectAction createObjectAction, 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.