Reputation: 121
I am trying to learn how to convert a Data Flow Diagram to a Activity Diagram:
I understand in DFD: The lines between boxes represent data flows, where in activity diagram the lines between boxes represent transition between activities.
I also understand that activity diagram is more powerful and is able to show control, but I cant really wrap my head around how to make a proper conversion from a DFD to Activity Diagram?
Would the lines in a DFD become the boxes in Activity Diagram?
Upvotes: 3
Views: 3812
Reputation: 6529
You can draw equivalent activity diagrams using object flows, data stores, and then pins on your activities. You don't even need control flows. For more information about how activity diagrams behave, read the series written by Conrad Bock: http://www.jot.fm/issues/issue_2003_07/column3/
Upvotes: 3