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

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

Uses of ChangeEvent in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ChangeEvent
 ChangeEvent UMLFactory.createChangeEvent()
          Returns a new object of class 'Change Event'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ChangeEvent
 boolean UMLValidator.validateChangeEvent(ChangeEvent changeEvent, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseChangeEvent(ChangeEvent object)
          Returns the result of interpretting the object as an instance of 'Change Event'
 


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