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

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

Uses of CreationEvent in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return CreationEvent
 CreationEvent UMLFactory.createCreationEvent()
          Returns a new object of class 'Creation Event'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type CreationEvent
 boolean UMLValidator.validateCreationEvent(CreationEvent creationEvent, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateCreationEvent_validateNoOccurrenceAbove(CreationEvent creationEvent, DiagnosticChain diagnostics, Map context)
          Validates the validateNoOccurrenceAbove constraint of 'Creation Event'
 Object UMLSwitch.caseCreationEvent(CreationEvent object)
          Returns the result of interpretting the object as an instance of 'Creation Event'
 


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