Differences between DFD (Data Flow Diagram) and activity diagram
问题 I need to know this differences in order to undestand how to use them right. Which are the differences of DFD and Activity diagram? 回答1: Actually, it's reasonably logical. You only have to look at the names. In data flow diagrams, the lines between "boxes" represent data that flows between components of a system. Because these only show the flow of data, they do not give an indication of sequencing. In activity diagrams, those lines are simply transitions between activities and do not