UML Tutorial for Beginners
Blog containing resources for uml like lecture notes, lecture videos, lab manual, uml diagrams, objective bits, important questions and more.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Activity Diagrams

Suryateja Pericherla Categories: Behavioral Modeling. 1 Comment on Activity Diagrams

Introduction   An activity diagram is like a flowchart, representing flow of control from activity to activity, whereas, the interaction diagrams focus on the flow of control from object to object.   Activities result in some action, which is made up of executable atomic computations that result in a change of state of the system […]

Read the rest of this entry »

Interaction Diagrams

Suryateja Pericherla Categories: Behavioral Modeling. No Comments on Interaction Diagrams

Introduction   An interaction diagram represents an interaction, which contains a set of objects and the relationships between them including the messages exchanged between the objects.   A sequence diagram is an interaction diagram in which the focus is on time ordering of messages. Collaboration diagram is another interaction diagram in which the focus is […]

Read the rest of this entry »