UML Diagrams Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary. more...
Version 2.5 Released Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams more...
Zicomi Systems' Director speaks about the UML at Objects by Design - an informative interview more...
Partner Programme Zicom Systems is delighted to announce a new world wide partner programme, become a partner today. more...
OMG Member Zicom Systems is made a member of the OMG!
Sending Signal
A sending signal is a representation of an action that sends a signal. The action has one incoming transition and one outgoing transition. The signal is always sent asynchronously; the object receiving the signal may be shown, with a dashed arrow drawn from the pentagon to the object. The signal signature is written inside the pentagon.
Explanation
It is often necessary to notify other objects to signify that particular events have occurred or that a state has changed. This can be represented on an activity diagram with a special symbol whose shape is a pentagon. The pentagon is really an action representing the sending of a signal. The signal is always sent asynchronously, meaning that once the signal is sent the action will allow the transition to the next activity, without waiting for any receipt or acknowledgement from the object or objects to whom the signal was sent.
A receipt signal is related to a sending signal as a paired element. A classifier sends (asynchronously) a package of information and another classifier receives the information signified by the receipt signal.