Previous | UML Classes | Table of Contents | UML Packages | Next |
•
MessageEvent (from Communications ) on page 463
Description
A SendSignalEvent models the sending of a signal.
Attributes
No additional attributes
Associations
• signal : Signal [1] The signal associated with this event.
Constraints
No additional constraints
Semantics
A send signal event specifies the sending of a message to a receiver object. The send signal event may result in the occurrence
of a signal event in the receiver object (see
Common Behaviors on page 437), and may
consequentially cause the execution of a behavior by the receiver object. The sending object will not block waiting for a
reply, but will continue its execution immediately.
Notation
None
Changes from previous UML
New in UML 2.0.