public interface SendSignalAction extends InvocationAction
The following features are supported:
ActivityPackage.getSendSignalAction()| Modifier and Type | Method and Description |
|---|---|
AbstractSignal |
getSignal()
Returns the value of the 'Signal' reference.
|
InputPin |
getTarget()
Returns the value of the 'Target' containment reference.
|
void |
setSignal(AbstractSignal value)
Sets the value of the '
Signal' reference. |
void |
setTarget(InputPin value)
Sets the value of the '
Target' containment reference. |
getArgumentsgetContext, getInputs, getLocalPostcondition, getLocalPrecondition, getOutputs, setContext, setLocalPostcondition, setLocalPreconditiongetOwnedHandlersgetInActivityPartition, getIncoming, getInInterruptibleRegion, getInStructuredNode, getOutgoinggetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsInputPin getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(InputPin),
ActivityPackage.getSendSignalAction_Target()void setTarget(InputPin value)
Target' containment reference.
value - the new value of the 'Target' containment reference.getTarget()AbstractSignal getSignal()
If the meaning of the 'Signal' reference isn't clear, there really should be more of a description here...
setSignal(AbstractSignal),
ActivityPackage.getSendSignalAction_Signal()void setSignal(AbstractSignal value)
Signal' reference.
value - the new value of the 'Signal' reference.getSignal()