Uses of Interface
org.eclipse.uml2.DestroyObjectAction

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

Uses of DestroyObjectAction in org.eclipse.uml2
 

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

Uses of DestroyObjectAction in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type DestroyObjectAction
 boolean UML2Validator.validateDestroyObjectAction(DestroyObjectAction destroyObjectAction, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseDestroyObjectAction(DestroyObjectAction object)
          Returns the result of interpretting the object as an instance of 'Destroy Object Action'
 


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