public interface Message extends ModelElement
Modifier and Type | Method and Description |
---|---|
String |
getArgument()
Getter for attribute 'Message.Argument'
Metamodel description:
Arguments passed with the message.
|
Operation |
getInvoked()
Getter for relation 'Message->Invoked'
Metamodel description:
The Operation that is invoked by the Message.
|
MessageKind |
getKindOfMessage()
Getter for attribute 'Message.KindOfMessage'
Metamodel description:
The derived kind of the Message (complete, lost, found, or unknown).
|
org.eclipse.emf.common.util.EList<InformationFlow> |
getRealizedInformationFlow()
Getter for relation 'Message->RealizedInformationFlow'
Metamodel description:
null
|
<T extends InformationFlow> |
getRealizedInformationFlow(Class<T> filterClass)
Filtered Getter for relation 'Message->RealizedInformationFlow'
Metamodel description:
null
|
MessageEnd |
getReceiveEvent()
Getter for relation 'Message->ReceiveEvent'
Metamodel description:
References the reception of the message.
|
MessageEnd |
getSendEvent()
Getter for relation 'Message->SendEvent'
Metamodel description:
null
|
Signal |
getSignalSignature()
Getter for relation 'Message->SignalSignature'
Metamodel description:
Signal that is sent by the message.
|
MessageSort |
getSortOfMessage()
Getter for attribute 'Message.SortOfMessage'
Metamodel description:
The sort of communication reflected by the Message.
|
void |
setArgument(String value)
Setter for attribute 'Message.Argument'
Metamodel description:
Arguments passed with the message.
|
void |
setInvoked(Operation value)
Setter for relation 'Message->Invoked'
Metamodel description:
The Operation that is invoked by the Message.
|
void |
setKindOfMessage(MessageKind value)
Setter for attribute 'Message.KindOfMessage'
Metamodel description:
The derived kind of the Message (complete, lost, found, or unknown).
|
void |
setReceiveEvent(MessageEnd value)
Setter for relation 'Message->ReceiveEvent'
Metamodel description:
References the reception of the message.
|
void |
setSendEvent(MessageEnd value)
Setter for relation 'Message->SendEvent'
Metamodel description:
null
|
void |
setSignalSignature(Signal value)
Setter for relation 'Message->SignalSignature'
Metamodel description:
Signal that is sent by the message.
|
void |
setSortOfMessage(MessageSort value)
Setter for attribute 'Message.SortOfMessage'
Metamodel description:
The sort of communication reflected by the Message.
|
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
String getArgument()
void setArgument(String value)
MessageKind getKindOfMessage()
void setKindOfMessage(MessageKind value)
MessageSort getSortOfMessage()
void setSortOfMessage(MessageSort value)
Signal getSignalSignature()
void setSignalSignature(Signal value)
MessageEnd getReceiveEvent()
void setReceiveEvent(MessageEnd value)
MessageEnd getSendEvent()
void setSendEvent(MessageEnd value)
Operation getInvoked()
void setInvoked(Operation value)
org.eclipse.emf.common.util.EList<InformationFlow> getRealizedInformationFlow()
<T extends InformationFlow> List<T> getRealizedInformationFlow(Class<T> filterClass)