Object Oriented Software Engineering   View all facts   Glossary   Help
subject > symbol > symbol in collaboration diagram
Next symbolsymbol in interaction diagram    Upsymbol    Previous symbolsymbol in activity diagram   

symbol in collaboration diagram comparison table
Subject exist between draw as order by correspond to has definition
communication linktwo objects whenever it is possible for one object to send a message to the other one, including the following situations:
  • The classes of the two objects are joined by an association
  • The receiving object is stored in a local variable of the sending method (but the objects are not yet joined by an association)
  • A reference to the receiving object has been received as a parameter of an earlier message to the sender
  • The receiving object is global
  • The objects communicate over a network
  instances of associations (i.e. links) in a class diagramIn a collaboration diagram, a line drawn between each pair of objects involved in the sending of a message
message in collaboration diagram an arrow, labelled with the message name and optional argumentsa numbering scheme to indicate the order in which messages are sent  

Next symbolsymbol in interaction diagram    Upsymbol    Previous symbolsymbol in activity diagram