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

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

Uses of SignalEvent in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return SignalEvent
 SignalEvent UMLFactory.createSignalEvent()
          Returns a new object of class 'Signal Event'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type SignalEvent
 boolean UMLValidator.validateSignalEvent(SignalEvent signalEvent, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseSignalEvent(SignalEvent object)
          Returns the result of interpretting the object as an instance of 'Signal Event'
 


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