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

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

Uses of DestructionEvent in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return DestructionEvent
 DestructionEvent UMLFactory.createDestructionEvent()
          Returns a new object of class 'Destruction Event'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type DestructionEvent
 boolean UMLValidator.validateDestructionEvent(DestructionEvent destructionEvent, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateDestructionEvent_validateNoOccurrenceSpecificationsBelow(DestructionEvent destructionEvent, DiagnosticChain diagnostics, Map context)
          Validates the validateNoOccurrenceSpecificationsBelow constraint of 'Destruction Event'
 Object UMLSwitch.caseDestructionEvent(DestructionEvent object)
          Returns the result of interpretting the object as an instance of 'Destruction Event'
 


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