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!
Recursive Message
A recursion message is a message where an instance is both the caller and the receiver of the message.
Explanation
When a message is sent between two instances it is possible for the sender and receiver to be the same instance. This is a reflexive usage and should not be confused with a message that is sent between two separate instances of the same class.
A synchronous message is related to a recursion message as a recursion message is most often a synchronous message, where the source and the target are the same instance.