Collaboration Diagrams show similar information to sequence diagrams, except that the vertical sequence is missing. In its place are:
| Object Links - solid lines between the objects. These represent the references between objects that are needed for them to interact and so show the static structure at object level. On the links are: | |
|
|
| Messages - arrows with one or more message name that show the direction and names of the messages sent between objects |