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

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

Uses of Signal in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Signal
 Signal UMLFactory.createSignal()
          Returns a new object of class 'Signal'
 Signal SignalEvent.getSignal()
          Returns the value of the 'Signal' reference
 Signal Reception.getSignal()
          Returns the value of the 'Signal' reference
 Signal SendSignalAction.getSignal()
          Returns the value of the 'Signal' reference
 Signal SendSignalEvent.getSignal()
          Returns the value of the 'Signal' reference
 Signal BroadcastSignalAction.getSignal()
          Returns the value of the 'Signal' reference
 Signal ReceiveSignalEvent.getSignal()
          Returns the value of the 'Signal' reference
 

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

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

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