public interface Message extends NamedElement
The following features are supported:
UMLPackage.getMessage()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
ValueSpecification |
createArgument(String name,
Type type,
EClass eClass)
Creates a new
ValueSpecification , with the specified 'Name', and 'Type',
and appends it to the 'Argument' containment reference list |
ValueSpecification |
getArgument(String name,
Type type)
Retrieves the first
ValueSpecification with the specified 'Name', and '
Type' from the 'Argument' containment reference list |
ValueSpecification |
getArgument(String name,
Type type,
boolean ignoreCase,
EClass eClass,
boolean createOnDemand)
Retrieves the first
ValueSpecification with the specified 'Name', and '
Type' from the 'Argument' containment reference list |
MDWEList<ValueSpecification> |
getArguments()
Returns the value of the 'Argument' containment reference list.
|
Connector |
getConnector()
Returns the value of the 'Connector' reference
|
Interaction |
getInteraction()
Returns the value of the 'Interaction' container reference.
|
MessageKind |
getMessageKind()
Returns the value of the 'Message Kind' attribute.
|
MessageSort |
getMessageSort()
Returns the value of the 'Message Sort' attribute.
|
MessageEnd |
getReceiveEvent()
Returns the value of the 'Receive Event' reference
|
MessageEnd |
getSendEvent()
Returns the value of the 'Send Event' reference
|
NamedElement |
getSignature()
Returns the value of the 'Signature' reference
|
void |
setConnector(Connector value)
Sets the value of the '
Connector ' reference |
void |
setInteraction(Interaction value)
Sets the value of the '
Interaction ' container reference |
void |
setMessageSort(MessageSort value)
Sets the value of the '
Message Sort ' attribute |
void |
setReceiveEvent(MessageEnd value)
Sets the value of the '
Receive Event ' reference |
void |
setSendEvent(MessageEnd value)
Sets the value of the '
Send Event ' reference |
boolean |
validateArguments(DiagnosticChain diagnostics,
Map context)
Arguments of a Message must only be:
i) attributes of the sending lifeline
ii) constants
iii) symbolic values (which are wildcard values representing any legal value)
iv) explicit parameters of the enclosing Interaction
v) attributes of the class owning the Interaction
true
|
boolean |
validateCannotCrossBoundaries(DiagnosticChain diagnostics,
Map context)
Messages cannot cross bounderies of CombinedFragments or their operands.
|
boolean |
validateOccurrenceSpecifications(DiagnosticChain diagnostics,
Map context)
If the MessageEnds are both OccurrenceSpecifications then the connector must go between the Parts represented by the Lifelines of the two
MessageEnds.
|
boolean |
validateSendingReceivingMessageEvent(DiagnosticChain diagnostics,
Map context)
If the sending MessageEvent and the receiving MessageEvent of the same Message are on the same Lifeline, the sending MessageEvent must be
ordered before the receiving MessageEvent.
|
boolean |
validateSignatureIsOperation(DiagnosticChain diagnostics,
Map context)
In the case when the Message signature is an Operation, the arguments of the Message must correspond to the parameters of the Operation.
|
boolean |
validateSignatureIsSignal(DiagnosticChain diagnostics,
Map context)
In the case when the Message signature is a Signal, the arguments of the Message must correspond to the attributes of the Signal.
|
boolean |
validateSignatureReferTo(DiagnosticChain diagnostics,
Map context)
The signature must either refer an Operation (in which case messageSort is either synchCall or asynchCall) or a Signal (in which case
messageSort is asynchSignal).
|
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
MessageKind getMessageKind()
"unknown"
.
The literals are from the enumeration MessageKind
.
The derived kind of the Message (complete, lost, found or unknown)
MessageKind
,
UMLPackage.getMessage_MessageKind()
MessageSort getMessageSort()
"synchCall"
.
The literals are from the enumeration MessageSort
.
The sort of communication reflected by the Message
MessageSort
,
setMessageSort(MessageSort)
,
UMLPackage.getMessage_MessageSort()
void setMessageSort(MessageSort value)
Message Sort
' attribute.
value
- the new value of the 'Message Sort' attribute.MessageSort
,
getMessageSort()
MessageEnd getReceiveEvent()
setReceiveEvent(MessageEnd)
,
UMLPackage.getMessage_ReceiveEvent()
void setReceiveEvent(MessageEnd value)
Receive Event
' reference.
value
- the new value of the 'Receive Event' reference.getReceiveEvent()
MessageEnd getSendEvent()
setSendEvent(MessageEnd)
,
UMLPackage.getMessage_SendEvent()
void setSendEvent(MessageEnd value)
Send Event
' reference.
value
- the new value of the 'Send Event' reference.getSendEvent()
Connector getConnector()
setConnector(Connector)
,
UMLPackage.getMessage_Connector()
void setConnector(Connector value)
Connector
' reference.
value
- the new value of the 'Connector' reference.getConnector()
Interaction getInteraction()
Message
'.
The enclosing Interaction owning the Message
setInteraction(Interaction)
,
UMLPackage.getMessage_Interaction()
,
Interaction.getMessages()
void setInteraction(Interaction value)
Interaction
' container reference.
value
- the new value of the 'Interaction' container reference.getInteraction()
MDWEList<ValueSpecification> getArguments()
ValueSpecification
.
The arguments of the Message
UMLPackage.getMessage_Argument()
ValueSpecification createArgument(String name, Type type, EClass eClass)
ValueSpecification
, with the specified 'Name', and 'Type',
and appends it to the 'Argument' containment reference list.
name
- The 'Name' for the new ValueSpecification
, or null
.type
- The 'Type' for the new ValueSpecification
, or null
.eClass
- The Ecore class of the ValueSpecification
to create.ValueSpecification
.getArguments()
ValueSpecification getArgument(String name, Type type)
ValueSpecification
with the specified 'Name', and '
Type' from the 'Argument' containment reference list.
name
- The 'Name' of the ValueSpecification
to retrieve, or null
.type
- The 'Type' of the ValueSpecification
to retrieve, or null
.ValueSpecification
with the specified 'Name', and '
Type', or null
.getArguments()
ValueSpecification getArgument(String name, Type type, boolean ignoreCase, EClass eClass, boolean createOnDemand)
ValueSpecification
with the specified 'Name', and '
Type' from the 'Argument' containment reference list.
name
- The 'Name' of the ValueSpecification
to retrieve, or null
.type
- The 'Type' of the ValueSpecification
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the ValueSpecification
to retrieve, or null
.createOnDemand
- Whether to create a ValueSpecification
on demand if not found.ValueSpecification
with the specified 'Name', and '
Type', or null
.getArguments()
NamedElement getSignature()
UMLPackage.getMessage_Signature()
boolean validateSendingReceivingMessageEvent(DiagnosticChain diagnostics, Map context)
boolean validateSignatureReferTo(DiagnosticChain diagnostics, Map context)
boolean validateSignatureIsOperation(DiagnosticChain diagnostics, Map context)
boolean validateSignatureIsSignal(DiagnosticChain diagnostics, Map context)
boolean validateArguments(DiagnosticChain diagnostics, Map context)
boolean validateCannotCrossBoundaries(DiagnosticChain diagnostics, Map context)
boolean validateOccurrenceSpecifications(DiagnosticChain diagnostics, Map context)