answersLogoWhite

0

Activity diagram shows the work flow from start point to the end point detailing many decision points. Sequence shows detail flow of specific use case and it also shows interaction between actors, system and system components

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Are there a graph to see the path of execution of code?

Sequence diagram (UML), activity diagram (UML), traditional flow chart (may be more...)


Is it possible to write a C plus plus or java program to draw an activity flow diagram given the sequence as a text file input and store the diagram in an output file?

Yes, this is possible.


What is sequence diagram in uml?

There are no. of diagrams in computer science .One of these diagrams is the sequence diagram. Sequence are used to represent a software system by a series of events or transaction in the system


What is collaboration diagram?

A collaboration diagram, also known as a communication diagram, is a type of UML (Unified Modeling Language) diagram that illustrates the interactions and relationships between objects in a system. It focuses on the messages exchanged between objects and how they collaborate to achieve a particular functionality. Unlike sequence diagrams that emphasize the time sequence of messages, collaboration diagrams highlight the structural organization of the objects involved, making it easier to visualize their connections and interactions.


What is the difference between a use-case diagram and class diagram?

Class diagram is UML structure diagram which shows structure of the designed system at the level of classes and interfaces, shows their features, constraints and relationships - associations, generalizations, dependencies, etc.Communication diagram (called collaboration diagram in now obsolete UML 1.x) is an interaction diagram which shows interactions between objects and/or parts (represented as UML lifelines) using sequenced messages in a free-form arrangement.So, the major difference is that class diagram shows static structure of the system while communication (collaboration) diagram shows system behavior as sequenced exchange of messages between objects.

Related Questions

What is the difference between work flow and activity diagram?

hhhghg


What is the difference between sequence diagram and communication diagram?

The main difference between communication diagrams and sequence diagrams is that sequence diagrams are good at showing sequential logic but not that good at giving you a "big picture view" whereas communication diagrams are the exact opposite


What is the difference between sequence diagram and state diagram?

State diagram represents behavior without noting the classes involved whereas sequence diagram represents behavior, by describing how classes move from state to state


Difference between dataflow diagram and sequence diagram?

The purpose of a data flow diagram is to show you how the data flows through an information system. A sequence diagram shows you information regarding how the processes work together and in what order they operate.


What is logical grouping?

identifying how the interactions have dependencies and grouping them into an activity. Identifying how the objects on a sequence diagram have interactions and dependencies between them and grouping them into an activity to show behavior.


What is the purpose of a robustness diagram?

It is a hybrid between Use Case and Sequence Diagram


Are there a graph to see the path of execution of code?

Sequence diagram (UML), activity diagram (UML), traditional flow chart (may be more...)


How do you draw an AON diagram?

To draw an Activity on Node (AON) diagram, start by identifying all the project activities and their dependencies. Represent each activity as a node (usually a rectangle) and place arrows between nodes to indicate the direction and sequence of dependencies. Ensure that each arrow points from a predecessor activity to its successor. Finally, review the diagram for accuracy, ensuring that all activities and relationships are correctly represented.


What is the difference between single line diagram and one line diagram?

There is no difference...same thing


What is the difference between a diagram and a graph?

The difference between a graph and a diagram is as follows: a diagram is a chart which shows a drawing and a graph is a graph with lines or bars indicating something specific in numbers.


What is an activity-on-node diagram and how is it used in project management?

An activity-on-node diagram is a visual representation of project tasks and their dependencies. It is used in project management to show the sequence of activities and their relationships, helping to plan and schedule tasks efficiently.


How do you draw a sequence diagram for online airline reservation?

airline reservation system sequence diagram