UML Collaboration Diagram (Unified Modeling Language)
Collaboration Diagram in UML- Collaboration Diagram represents organization of the object that participates in an interaction. - We use links along with messages that connect objects. - They illustrate the messages that are being sent between the classes and the objects - A diagram is created for each system operation that relates to the current iteration. - The patterns in them are used to justify the relationships.
|
UML Activity DiagramActivity diagram in UML-An activity diagram represents the flow from activity to activity. It is used to model.........