public interface CommunicationMessage extends UmlModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
<any> |
getRealizedInformationFlow()
Getter for relation 'CommunicationMessage->RealizedInformationFlow'
Metamodel description:
null
|
<T extends InformationFlow> |
getRealizedInformationFlow(java.lang.Class<T> filterClass)
Filtered Getter for relation 'CommunicationMessage->RealizedInformationFlow'
Metamodel description:
null
|
java.lang.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(java.lang.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(java.lang.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.
|
getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getManifesting, getManifesting, getOwnerTemplateParameter, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, setOwnerTemplateParameteraddStereotype, getAttached, getAttached, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getExtension, getExtension, getImpactDependsOn, getImpactDependsOn, getImpactedDependency, getImpactedDependency, getImpactImpacted, getImpactImpacted, getLocalProperties, getLocalProperty, getMatrix, getMatrix, getName, getNote, getNote, getNote, getNoteContent, getNoteContent, getNoteContent, getProduct, getProduct, getProperties, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getStereotype, getTag, getTag, getTag, getTag, getTag, getTagValue, getTagValue, getTagValue, getTagValues, getTagValues, getTagValues, isStereotyped, isStereotyped, isTagged, isTagged, isTagged, putNoteContent, putNoteContent, putNoteContent, putTagValue, putTagValue, putTagValue, putTagValues, putTagValues, putTagValues, removeNotes, removeNotes, removeNotes, removeStereotypes, removeTags, removeTags, removeTags, setLocalProperties, setLocalProperty, setName, setProperty, setProperty, setProperty, setPropertygetAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, getDiagramElement, getDiagramElementaccept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSetstatic final java.lang.String MNAME
static final java.lang.String MQNAME
java.lang.String getArgument()
void setArgument(java.lang.String value)
java.lang.String getSequence()
void setSequence(java.lang.String value)
MessageSort getSortOfMessage()
void setSortOfMessage(MessageSort value)
<any> getRealizedInformationFlow()
<T extends InformationFlow> java.util.List<T> getRealizedInformationFlow(java.lang.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)