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!
Collaboration
A collaboration is a static construct that models the way a specific set of instances interact with each other. The instances communicate with each by exchanging stimuli in an overall effort to accomplish some purpose.
Explanation
This graphic symbol really represents a set or group of interactions; the representation of the dotted line of the use case adds little meaning to the model. It will typically be seen connected to a use case (usually with the same name) by a realize dependency relationship. It is the interaction diagrams (sequence and collaborations) that ultimately express the mechanisms that are represented by the collaboration ellipse
A collaboration occurrence is related to a collaboration in the sense that a collaboration occurrence describes a specific example of a collaboration. A collaboration describes the overall pattern of the cooperating elements.
A use case is related to a collaboration in the sense that a use case may be described or realized by a collaboration. The collaboration can show the roles that instances play to carry out the behavior expressed in the use case. (Note: A collaboration may be attached to any classifier to express the way it is "realized").