Collaborations

Collaborations

As well as containing classes, a package can contain collaborations. A collaboration is a name given to the interaction among two or more classes. Typically, this is an interaction, as described in an interaction diagram. Thus, the sequence diagram in Figure 7-3 describes the Make Sale collaboration.

Figure 7-3. Sequence Diagram for Making a Sale
graphics/07fig03.gif

This collaboration might show the implementation of an operation or the realization of a use case. You can model the collaboration before deciding what operation invokes it.

A collaboration can be described with more than one interaction diagram, with each one showing a different path . You can also add a class diagram to show the classes that participate in the collaboration. (See Figure 7-4.)

Figure 7-4. Class Diagram for Make Sale Collaboration
graphics/07fig04.gif

In addition to using collaborations within a package, you can use them to show common behavior across packages. If someone asks you about database interaction, you might need to point them to many packages and classes to see how that works, even though database interaction is only one aspect of these packages and classes. You can improve this by defining a database interaction collaboration. Within that collaboration, you show those aspects of the classes that are relevant, and interaction diagrams that show how they work.

Often you may find that the same collaboration is used by different classes in the system. Each time, the basic way the classes work is the same, but classes and operations are named differently, and there may be minor differences in the implementation. You can illustrate this by parameterizing the collaboration.

First, you draw a diagram like Figure 7-5, which shows the various roles that various objects play in the collaboration. (Note that the classes in this diagram are not actual classes in the system; instead, they are roles in the collaboration.) You would then add interaction diagrams to show how these roles interact.

Figure 7-5. Parameterized Collaboration for Sale
graphics/07fig05.gif

Next, you show how a set of classes participate in the collaboration, by drawing a diagram like Figure 7-6.

Figure 7-6. Using the Sale Collaboration
graphics/07fig06.gif

The UML also uses the term pattern as a synonym for parameterized collaboration. Calling it a pattern is controversial , as there is more to a pattern than this, but certainly this notation can be used to show where common patterns are used in a particular system.

You can also use this kind of notation in role-based modeling, within which you first model the collaborations and roles, and then come up with classes that implement these roles. You can find out more about this style of design in Reenskaug (1996).



UML Distilled[c] A Brief Guide to the Standard Object Modeling Language
The Unified Modeling Language User Guide (Addison-Wesley Object Technology Series)
ISBN: 0201571684
EAN: 2147483647
Year: 2005
Pages: 119

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net