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
 T UMLSwitch.caseCreationEvent(CreationEvent object)
          Returns the result of interpreting the object as an instance of 'Creation Event'
 boolean UMLValidator.validateCreationEvent_validateNoOccurrenceAbove(CreationEvent creationEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoOccurrenceAbove constraint of 'Creation Event'
 boolean UMLValidator.validateCreationEvent(CreationEvent creationEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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