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!
Receipt Signal
A receipt signal is a type of state that represents the receipt of a signal on an activity diagram. The state does not have actions or internal transitions. It simply represents the receipt of the signal, which causes the outgoing transition to fire. A dashed arrow may be drawn from the object sending the signal to the receipt signal. The signal signature is written inside the pentagon.
Explanation
When a signal has been sent to an object it is necessary to receive a notification or signal back from the object. This is represented on an activity diagram by a pentagon, with a concave triangular notch. The pentagon is just another activity that doesn't do anything other than receive the signal and then transition to the next activity.
A sending signal is related to a receipt signal as a paired element. A classifier sends (asynchronously) a package of information and another classifier receives the information signified by the receipt signal.