About 82,000 results
Open links in new tab
  1. What is the UML analogue to the Data Flow Diagram from …

    My current employer loves UML. I normally use BOUML, which doesn't do non-UML drawings. What is the UML drawing that corresponds to the Data Flow Diagram? If there isn't one, what …

  2. uml - Differences between DFD (Data Flow Diagram) and activity …

    Jan 2, 2017 · I need to know this differences in order to undestand how to use them right. Which are the differences of DFD and Activity diagram?

  3. Good example of a sequence diagram for web service calls?

    Jul 19, 2017 · (2) When a flow has different logic paths that result in different web service calls, should I represent these by if/then/else in a single sequence diagram, or create a different …

  4. modeling - How to show this flow using UML? - Stack Overflow

    May 23, 2014 · Activity diagram is a perfect choice for data flow behaviors. You can use them to show everything you stated and lots more, especially if you complement acticity diagram with …

  5. What is the difference between a flow chart and a UML activity …

    A flow chart is a simpler (earlier) version of an Activity Diagram. Flow charts were invented at least 20 years earlier and are commonly used by non-programmers to document workflows.

  6. How to model optional actions on UML activity diagram

    Apr 30, 2015 · After searching the net and a couple of old fashioned books I own, I still haven't found my answer to how to model an activity for a specific use case. I am fairly new to UML …

  7. uml - Differences between DFD (Data Flow Diagram) and Class …

    Jul 19, 2016 · DFD (Data Flow Diagram) is a graphical mapping of data structures and their interrelationships (storage, external sources, etc). In turn the class diagram shows the entities, …

  8. Push/pull visualization in dataflow diagram - Stack Overflow

    Nov 29, 2012 · I'm trying to visualize a data flow in a diagram where data can flow in one or many directions. Some actors push the data to another actor in the diagram and other actors pull the …

  9. UML: Control Flow and Object Flow - Stack Overflow

    Jun 10, 2011 · In UML Activity Diagrams Control Flow shows the flow of control from one action to the next and Object flow is a path along which objects or data can pass. Here is a detailed …

  10. What is the difference between 'class diagrams' and 'data models' …

    Jan 19, 2012 · Generally data models define how the database is implemented. Those diagrams are entity diagrams. A class model is the functional relationships between objects in your …