What is the difference
between Activity and sequence diagrams? - April
09, 2009 at 14:00 PM by Vidya Sagar
What is the difference between Activity and sequence
diagrams?
The following are the difference between Activity and
Sequence Diagrams:
A sequence diagram shows the way of processes execute in a
sequence. For example, the order of operations and the parameters.
- An activity diagram depicts the
operational workflows.
- A sequence diagram is focused to
represent interactions between different objects.
- Activity diagram shows the actions for various
objects.
Difference between Activity and Sequence Diagram - Aug 12,
2009 at 10:00 AM by Shuchi Gauri
Difference between Activity and Sequence Diagram.
a. Activity diagram: captures the process flow. They are used for
functional modeling.
b. Sequence diagram: the track the interaction between the
objects. They are used for dynamic modeling.
|
Also
read
A component diagram is particularly useful with teams of
larger size..........
Object: The interaction between objects takes place in a
system. An object is depicted by a rectangle with the name of
the object, preceded by a colon and
underline.........
Activity diagrams show the activities of a particular
operation in the system. The activity diagram consists of an
initial mode; ...............
| |