Class UML 2.5::Message
Description:
A Message defines a particular communication between Lifelines of an Interaction.
Direct Superclasses: NamedElementDirect Subclasses: Class Precedence List: Message,
NamedElement,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
argument :
ValueSpecification (0 *); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
connector :
Connector (0 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
interaction :
Interaction (1 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
messageKind :
MessageKind (1 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
messageSort :
MessageSort (1 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
receiveEvent :
MessageEnd (0 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
sendEvent :
MessageEnd (0 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
signature :
NamedElement (0 1); -- source
Message![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
clientDependency :
Dependency (0 *); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
namespace :
Namespace (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
qualifiedName : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
visibility :
VisibilityKind (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=27329%3A371956F43CEC31368B45A38BFA4E9E2C)
owner :
Element (0 1); -- source
ElementConstraints:
No additional constraints.
Operations:
Signature: messageKind.1() : MessageKind;
Description: This query returns the MessageKind value for this Message.
Expression: result = (messageKind)
Signature: isDistinguishableFrom(n : NamedElement; ns : Namespace; ) : Boolean;
Description: The query isDistinguishableFrom() specifies that any two Messages may coexist
in the same Namespace, regardless of their names.
Expression: result = (true)
Send questions or comments to
[email protected].