Object Oriented Software Engineering   View all facts   Glossary   Help
subject > representation > coding technique > diagram > UML diagram > interaction diagram > collaboration diagram > simple collaboration diagram
Upcollaboration diagram

simple collaboration diagram
subjectfact 
simple collaboration diagramcan be converted into a sequence diagram2001-08-30 14:57:30.0
is a subtopic of 8.1 - Interaction Diagrams2001-08-30 14:57:30.0
is a kind of collaboration diagram2001-08-30 14:57:31.0
collaboration diagramcan help validate class diagrams2001-08-30 14:54:56.0
can represent aspects of a design pattern2001-08-30 14:54:56.0
contains a communication link between each pair of objects involved in the sending of a message; the messages themselves are attached to this link2001-08-30 14:54:56.0
has part communication link2001-08-30 14:54:56.0
is better than sequence diagram when you are deriving an interaction diagram from a class diagram2001-08-30 14:54:56.0
is similar to an instance diagram except that it does not show links of associations2001-08-30 14:54:56.0
is drawn as as a graph with a set of objects and actors as the vertices2001-08-30 14:54:56.0
shows the relationships that exist among objects and actors2001-08-30 14:54:56.0
interaction diagramcan be used to define the protocol used when two components communicate with each other2001-08-30 14:56:01.0
has purpose to better understand the sequence of messages2001-08-30 14:56:01.0
helps you to visualize how the system runs2001-08-30 14:56:01.0
models the dynamic aspects of a software system2001-08-30 14:56:01.0
should be created after developing a class diagram and a use case model because you need to know the actors and objects involved in an interaction2001-08-30 14:56:01.0
UML diagramdescribes aspects of the architectural model2001-08-30 14:58:07.0
has part constraint2001-08-30 14:58:07.0
has part note2001-08-30 14:58:07.0
see also Unified Modelling Language2001-08-30 14:58:07.0
diagramhas advantages it conveys or summarizes complex concepts or mechanisms more easily than other techniques2001-08-30 14:55:19.0
has problems
  • can be hard for users to interact with or interpret
  • not usable by blind people
  • it can be expensive to program diagram drawing software
2001-08-30 14:55:19.0
should have a label if its meaning is not obvious, using a caption or pop-up label that appears when the user moves the mouse over it2001-08-30 14:55:19.0

Upcollaboration diagram