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

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

Uses of DestroyObjectAction in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return DestroyObjectAction
 DestroyObjectAction UMLFactory.createDestroyObjectAction()
          Returns a new object of class 'Destroy Object Action'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type DestroyObjectAction
 T UMLSwitch.caseDestroyObjectAction(DestroyObjectAction object)
          Returns the result of interpreting the object as an instance of 'Destroy Object Action'
 boolean UMLValidator.validateDestroyObjectAction_validateMultiplicity(DestroyObjectAction destroyObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateMultiplicity constraint of 'Destroy Object Action'
 boolean UMLValidator.validateDestroyObjectAction_validateNoType(DestroyObjectAction destroyObjectAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoType constraint of 'Destroy Object Action'
 boolean UMLValidator.validateDestroyObjectAction(DestroyObjectAction destroyObjectAction, 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.