public interface CommunicationMessage extends ModelElement
Modifier and Type | Method and Description |
---|---|
String |
getArgument()
Getter for attribute 'CommunicationMessage.Argument'
Metamodel description:
null
|
CommunicationChannel |
getChannel()
Getter for relation 'CommunicationMessage->Channel'
Metamodel description:
null
|
CommunicationChannel |
getInvertedChannel()
Getter for relation 'CommunicationMessage->InvertedChannel'
Metamodel description:
null
|
Operation |
getInvoked()
Getter for relation 'CommunicationMessage->Invoked'
Metamodel description:
The Operation is invoked by the Message.
|
org.eclipse.emf.common.util.EList<InformationFlow> |
getRealizedInformationFlow()
Getter for relation 'CommunicationMessage->RealizedInformationFlow'
Metamodel description:
null
|
<T extends InformationFlow> |
getRealizedInformationFlow(Class<T> filterClass)
Filtered Getter for relation 'CommunicationMessage->RealizedInformationFlow'
Metamodel description:
null
|
String |
getSequence()
Getter for attribute 'CommunicationMessage.Sequence'
Metamodel description:
null
|
Signal |
getSignalSignature()
Getter for relation 'CommunicationMessage->SignalSignature'
Metamodel description:
Signal that is sent by the message.
|
MessageSort |
getSortOfMessage()
Getter for attribute 'CommunicationMessage.SortOfMessage'
Metamodel description:
The sort of communication reflected by the CommunicationMessage.
|
void |
setArgument(String value)
Setter for attribute 'CommunicationMessage.Argument'
Metamodel description:
null
|
void |
setChannel(CommunicationChannel value)
Setter for relation 'CommunicationMessage->Channel'
Metamodel description:
null
|
void |
setInvertedChannel(CommunicationChannel value)
Setter for relation 'CommunicationMessage->InvertedChannel'
Metamodel description:
null
|
void |
setInvoked(Operation value)
Setter for relation 'CommunicationMessage->Invoked'
Metamodel description:
The Operation is invoked by the Message.
|
void |
setSequence(String value)
Setter for attribute 'CommunicationMessage.Sequence'
Metamodel description:
null
|
void |
setSignalSignature(Signal value)
Setter for relation 'CommunicationMessage->SignalSignature'
Metamodel description:
Signal that is sent by the message.
|
void |
setSortOfMessage(MessageSort value)
Setter for attribute 'CommunicationMessage.SortOfMessage'
Metamodel description:
The sort of communication reflected by the CommunicationMessage.
|
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)
String getSequence()
void setSequence(String value)
MessageSort getSortOfMessage()
void setSortOfMessage(MessageSort value)
org.eclipse.emf.common.util.EList<InformationFlow> getRealizedInformationFlow()
<T extends InformationFlow> List<T> getRealizedInformationFlow(Class<T> filterClass)
CommunicationChannel getChannel()
void setChannel(CommunicationChannel value)
CommunicationChannel getInvertedChannel()
void setInvertedChannel(CommunicationChannel value)
Operation getInvoked()
void setInvoked(Operation value)
Signal getSignalSignature()
void setSignalSignature(Signal value)