Uses of Interface
org.eclipse.uml2.Signal

Packages that use Signal
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Signal in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return Signal
 Signal UML2Factory.createSignal()
          Returns a new object of class 'Signal'
 Signal SignalTrigger.getSignal(String unqualifiedName)
          Retrieves the Signal with the specified name from the 'Signal' reference list
 Signal SendSignalAction.getSignal()
          Returns the value of the 'Signal' reference
 Signal Reception.getSignal()
          Returns the value of the 'Signal' reference
 Signal BroadcastSignalAction.getSignal()
          Returns the value of the 'Signal' reference
 

Methods in org.eclipse.uml2 with parameters of type Signal
 void SendSignalAction.setSignal(Signal value)
          Sets the value of the 'Signal' reference
 void Reception.setSignal(Signal value)
          Sets the value of the 'Signal' reference
 void BroadcastSignalAction.setSignal(Signal value)
          Sets the value of the 'Signal' reference
 

Uses of Signal in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Signal
 boolean UML2Validator.validateSignal(Signal signal, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseSignal(Signal object)
          Returns the result of interpretting the object as an instance of 'Signal'
 


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