Wednesday 6 February 2013

Activity Diagram


  1. Activity diagrams are the object oriented equivalent of flow charts and data flow diagrams from structured development
  2. Activity diagrams describe the workflow behavior of a system
  3. The process flows in the system are captured in the activity diagram
  4. Activity diagram illustrates the dynamic nature of a system by modeling the flow of control from activity to activity
  • An activity diagram contains activity states. An activity state represents the execution of a statement in a procedure or the performance of an activity in a workflow
  • An activity state waits for the completion of its computation. When the activity completes then execution proceeds to the next activity state within the diagram
  • When to use Activity Diagrams?
    1.  a complex operation
    2.  a complex business rule
    3.  a single use case
    4.  several use cases
    5.  a business process
    6.  software processes
element of activity diagram




2 comments:

  1. Hi! nice post. Well what can I say is that these is an interesting and very informative topic. Thanks for sharing.Cheers!

    - The software engineering jobs

    ReplyDelete
  2. Thanks this info was really helpful! I used a website called Lucidchart to create my own activity diagram and it was really easy to understand. If you use diagrams often you should check it out!

    ReplyDelete