org.eclipse.ocl.examples.pivot
Interface SendSignalAction

All Superinterfaces:
DomainElement, DomainNamedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Implementing Classes:
SendSignalActionImpl

public interface SendSignalAction
extends NamedElement

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

The following features are supported:

See Also:
PivotPackage.getSendSignalAction()
Generated

Method Summary
 Signal getSignal()
          Returns the value of the 'Signal' reference.
 void setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getSignal

Signal 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(Signal), PivotPackage.getSendSignalAction_Signal()
Generated

setSignal

void setSignal(Signal value)
Sets the value of the 'Signal' reference.

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