public interface SequenceMessage extends NamedElement
The following features are supported:
InteractionPackage.getSequenceMessage()| Modifier and Type | Method and Description |
|---|---|
Constraint |
getExchangeContext()
Returns the value of the 'Exchange Context' reference.
|
org.eclipse.emf.common.util.EList<ExchangeItem> |
getExchangedItems()
Returns the value of the 'Exchanged Items' reference list.
|
AbstractEventOperation |
getInvokedOperation()
Returns the value of the 'Invoked Operation' reference.
|
MessageKind |
getKind()
Returns the value of the 'Kind' attribute.
|
org.eclipse.emf.common.util.EList<SequenceMessageValuation> |
getOwnedSequenceMessageValuations()
Returns the value of the 'Owned Sequence Message Valuations' containment reference list.
|
MessageEnd |
getReceivingEnd()
Returns the value of the 'Receiving End' reference.
|
AbstractFunction |
getReceivingFunction()
Returns the value of the 'Receiving Function' reference.
|
Part |
getReceivingPart()
Returns the value of the 'Receiving Part' reference.
|
MessageEnd |
getSendingEnd()
Returns the value of the 'Sending End' reference.
|
AbstractFunction |
getSendingFunction()
Returns the value of the 'Sending Function' reference.
|
Part |
getSendingPart()
Returns the value of the 'Sending Part' reference.
|
void |
setExchangeContext(Constraint value)
Sets the value of the '
Exchange Context' reference. |
void |
setKind(MessageKind value)
Sets the value of the '
Kind' attribute. |
void |
setReceivingEnd(MessageEnd value)
Sets the value of the '
Receiving End' reference. |
void |
setSendingEnd(MessageEnd value)
Sets the value of the '
Sending End' reference. |
getName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsMessageKind getKind()
MessageKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
MessageKind,
setKind(MessageKind),
InteractionPackage.getSequenceMessage_Kind()void setKind(MessageKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.MessageKind,
getKind()Constraint getExchangeContext()
If the meaning of the 'Exchange Context' attribute isn't clear, there really should be more of a description here...
setExchangeContext(Constraint),
InteractionPackage.getSequenceMessage_ExchangeContext()void setExchangeContext(Constraint value)
Exchange Context' reference.
value - the new value of the 'Exchange Context' reference.getExchangeContext()MessageEnd getSendingEnd()
If the meaning of the 'Sending End' reference isn't clear, there really should be more of a description here...
setSendingEnd(MessageEnd),
InteractionPackage.getSequenceMessage_SendingEnd()void setSendingEnd(MessageEnd value)
Sending End' reference.
value - the new value of the 'Sending End' reference.getSendingEnd()MessageEnd getReceivingEnd()
If the meaning of the 'Receiving End' reference isn't clear, there really should be more of a description here...
setReceivingEnd(MessageEnd),
InteractionPackage.getSequenceMessage_ReceivingEnd()void setReceivingEnd(MessageEnd value)
Receiving End' reference.
value - the new value of the 'Receiving End' reference.getReceivingEnd()AbstractEventOperation getInvokedOperation()
If the meaning of the 'Invoked Operation' reference isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_InvokedOperation()org.eclipse.emf.common.util.EList<ExchangeItem> getExchangedItems()
ExchangeItem.
If the meaning of the 'Exchanged Items' reference list isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_ExchangedItems()Part getSendingPart()
If the meaning of the 'Sending Part' reference isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_SendingPart()Part getReceivingPart()
If the meaning of the 'Receiving Part' reference isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_ReceivingPart()AbstractFunction getSendingFunction()
If the meaning of the 'Sending Function' reference isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_SendingFunction()AbstractFunction getReceivingFunction()
If the meaning of the 'Receiving Function' reference isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_ReceivingFunction()org.eclipse.emf.common.util.EList<SequenceMessageValuation> getOwnedSequenceMessageValuations()
SequenceMessageValuation.
If the meaning of the 'Owned Sequence Message Valuations' containment reference list isn't clear, there really should be more of a description here...
InteractionPackage.getSequenceMessage_OwnedSequenceMessageValuations()