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

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

Uses of SendSignalEvent in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type SendSignalEvent
 T UMLSwitch.caseSendSignalEvent(SendSignalEvent object)
          Returns the result of interpreting the object as an instance of 'Send Signal Event'
 boolean UMLValidator.validateSendSignalEvent(SendSignalEvent sendSignalEvent, 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.