org.eclipse.ocl.ecore
Interface SendSignalAction

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SendSignalActionImpl

public interface SendSignalAction
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Send Signal Action'.

The following features are supported:

See Also:
EcorePackage.getSendSignalAction()
Generated
Model

Method Summary
 org.eclipse.emf.ecore.EClass getSignal()
          Returns the value of the 'Signal' reference.
 void setSignal(org.eclipse.emf.ecore.EClass value)
          Sets the value of the 'Signal' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSignal

org.eclipse.emf.ecore.EClass getSignal()
Returns the value of the 'Signal' reference.

If the meaning of the 'Signal' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Signal' reference.
See Also:
setSignal(EClass), EcorePackage.getSendSignalAction_Signal()
Generated
Model
required="true"

setSignal

void setSignal(org.eclipse.emf.ecore.EClass value)
Sets the value of the 'Signal' reference.

Parameters:
value - the new value of the 'Signal' reference.
See Also:
getSignal()
Generated