Collaboration diagrams
§ Collaboration diagrams represent the organization of
objects that participate in some interaction
§ Are closely related to sequence diagrams
§ Depicts links, sequence numbers, objects, path
stereotypes(local, global, self, parameter) and messages
原帖由 hueslife 于 2009-7-28 15:25 发表
Collaboration diagrams
§ Collaboration diagrams represent the organization of
objects that participate in some interaction
§ Are closely related to sequence diagrams
§ Depicts links, sequence n ...
* Stereotypes are meta-informationthat allow a UML element to be extended, stereotypes are placed insidedouble angle brackets, "<<stereotype>>". A example of astereotype might be "<<interface>>" or"<<singleton>>".