Uses of Interface
org.eclipse.emf.ocl.uml.SendSignalAction

Packages that use SendSignalAction
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.uml Extensions to the Ecore metamodel for UML-specific concepts supported by the OCL language.  
org.eclipse.emf.ocl.uml.impl Implementation of the Ecore extensions in support of the UML constructs used by OCL.  
org.eclipse.emf.ocl.uml.util Standard utilities for the Ecore extensions in support of the UML constructs used by OCL.  
 

Uses of SendSignalAction in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that return SendSignalAction
 SendSignalAction MessageExp.getSentSignal()
           
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type SendSignalAction
 void MessageExp.setSentSignal(SendSignalAction value)
           
 

Uses of SendSignalAction in org.eclipse.emf.ocl.expressions.impl
 

Fields in org.eclipse.emf.ocl.expressions.impl declared as SendSignalAction
protected  SendSignalAction MessageExpImpl.sentSignal
          The cached value of the 'Sent Signal' containment reference
 

Methods in org.eclipse.emf.ocl.expressions.impl that return SendSignalAction
 SendSignalAction MessageExpImpl.getSentSignal()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type SendSignalAction
 org.eclipse.emf.common.notify.NotificationChain MessageExpImpl.basicSetSentSignal(SendSignalAction newSentSignal, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MessageExpImpl.setSentSignal(SendSignalAction newSentSignal)
           
 

Uses of SendSignalAction in org.eclipse.emf.ocl.uml
 

Methods in org.eclipse.emf.ocl.uml that return SendSignalAction
 SendSignalAction UMLFactory.createSendSignalAction()
          Returns a new object of class 'Send Signal Action'
 

Uses of SendSignalAction in org.eclipse.emf.ocl.uml.impl
 

Classes in org.eclipse.emf.ocl.uml.impl that implement SendSignalAction
 class SendSignalActionImpl
           An implementation of the model object 'Send Action'
 

Methods in org.eclipse.emf.ocl.uml.impl that return SendSignalAction
 SendSignalAction UMLFactoryImpl.createSendSignalAction()
           
 

Uses of SendSignalAction in org.eclipse.emf.ocl.uml.util
 

Methods in org.eclipse.emf.ocl.uml.util with parameters of type SendSignalAction
 java.lang.Object UMLSwitch.caseSendSignalAction(SendSignalAction object)
          Returns the result of interpretting the object as an instance of 'Send Signal Action'
 


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