+ All Categories
Home > Technology > 13 activity diagrams.pptx

13 activity diagrams.pptx

Date post: 17-May-2015
Category:
Upload: rap-payne
View: 557 times
Download: 1 times
Share this document with a friend
Popular Tags:
13
UML Activity Diagrams
Transcript
Page 1: 13 activity diagrams.pptx

UML Activity Diagrams

Page 2: 13 activity diagrams.pptx

If a use case gets too complex, we use activity diagrams to clarify things

Page 3: 13 activity diagrams.pptx

Activity diagrams

are flowcharts

Page 4: 13 activity diagrams.pptx

Activity diagrams are UML

Page 5: 13 activity diagrams.pptx

Activities are rectangles with rounded corners

Activity-A Activity-B Transition

Page 6: 13 activity diagrams.pptx

Transitions are shown by arrows ¡  Sometimes the transition may have text to

explain what is happening

Activity-A Activity-B Transition

Page 7: 13 activity diagrams.pptx

Start and Finish ¡ A start is shown by a filled in circle ¡ A finish is a circle containing a filled in circle

Initial Activity End Activity Transition Start Stop

Page 8: 13 activity diagrams.pptx

Decisions are denoted by diamonds

Activity-A

Outcome B

Outcome A Decision

Page 9: 13 activity diagrams.pptx

Guard conditions block the flow if some condition is not met ¡  They "guard" the door

Page 10: 13 activity diagrams.pptx

Synchronization bars ¡ Allow for the branching and joining of

synchronous activities

Activity-A

Activity-B Activity-C

¡  Synchronous means that two or more things are happening simultaneously

Page 11: 13 activity diagrams.pptx

Swimlanes show who is responsible for what ¡  Swimlanes are optional

Page 12: 13 activity diagrams.pptx

Example

Let's do an example together

Page 13: 13 activity diagrams.pptx

Conclusion ¡ When we have a complex use case, UML activity

diagrams can clarify things ¡  They are essentially tightly-defines flowcharts ¡  They use activities, transitions, decisions, guard

conditions, and synchronization bars


Recommended