ACTIVITY DIAGRAMS Pertemuan 20

Slides:



Advertisements
Similar presentations
Object-Oriented Analysis and Design: Activity Diagrams
Advertisements

© 2005 by Prentice Hall Appendix 3 Object-Oriented Analysis and Design Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
Activity Diagrams in UML. Definition Activity diagrams represent the dynamics of the system. They are flow charts that are used to show the workflow of.
© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 9 Slide 1 Appendix 3 Object-Oriented Analysis and Design.
Systems Analysis and Design in a Changing World, Fourth Edition
1 Pertemuan 23 Object database design (Lanjutan bagian 2) Matakuliah: M0174/OBJECT ORIENTED DATABASE Tahun: 2005 Versi: 1/0.
1 Pertemuan 24 Object database design (Lanjutan bagian 3) Matakuliah: M0174/OBJECT ORIENTED DATABASE Tahun: 2005 Versi: 1/0.
March R McFadyen1 Activity Diagrams start end branch merge fork join guard transition swimlanes activity Used to present procedural steps (algorithm)
1 © Wolfgang Pelz UML2 UML Part 3. 2 © Wolfgang Pelz UML2 Chapter Ten State Machine Diagrams.
1 Pertemuan 5 Bisnis Proses Matakuliah: H0472 / Konsep Sistem Informasi Tahun: 2006 Versi: 1.
1 Pertemuan 6 Receiving Visitors and Dealing with Complaints Matakuliah: G0502 / English for Secretaries Tahun: 2006.
03/12/2001 © Bennett, McRobb and Farmer Activity Diagrams Based on Chapter 5 of Bennett, McRobb and Farmer: Object Oriented Systems Analysis and.
Activity Diagrams. What is Activity Diagrams?  Activity diagrams are a technique to describe procedural logic, business process, and work flow.  An.
UML Activity Diagram. Activity Diagram  The main reason to use activity diagrams is to model the workflow behind the system being designed.  Activity.
Modern Systems Analysis and Design Fifth Edition Jeffrey A
1 Pertemuan 11 Correspondence Matakuliah: G0502 / English for Secretaries Tahun: 2006.
Activity Diagrams Adapted from: Systems Analysis and Design in a Changing World, 2nd Edition by John W. Satzinger, Robert Jackson and Stephen Burd published.
Chapter 28 Activity Diagrams Model processes: –Business processes –Workflow –Data flow –Complex algorithms.
Chapter 7 Appendix D Business Process Modeling
Software Engineering EKT 420. What is Activity Diagram Activity diagrams are graphical representations of workflows of stepwise activities and actions.
A (very) short course in Business Process Modeling Notation
ZEIT2301 Design of Information Systems
OBJECT AND CLASES: THE BASIC CONCEPTS Pertemuan 8 Matakuliah: Konsep object-oriented Tahun: 2009.
THE CLASS DIAGRAM Pertemuan 10 Matakuliah: Konsep object-oriented Tahun: 2009.
Activity diagrams. Introduction ● Activity diagrams are a behavioural model that represent the dynamics of the system. ● An activity diagram is essentially.
A Student Guide to Object- Oriented Development Chapter 10 Designing objects and classes.
03/12/2001 © Bennett, McRobb and Farmer Modelling Concepts Based on Chapter 5 of Bennett, McRobb and Farmer: Object Oriented Systems Analysis and.
Chapter 11 Activity Diagrams. 2 “Activity diagrams are a technique to describe procedural logic, business processes, and work flows” - M. Fowler An activity.
© ABB University - 1 Revision B E x t e n d e d A u t o m a t i o n S y s t e m x A Chapter 21 Function Designer Course T314.
CS212: Object Oriented Analysis and Design Lecture 34: UML Activity and Collaboration diagram.
Chapter 7 Appendix B Object-Oriented Analysis and Design: Activity Diagrams Modern Systems Analysis and Design Seventh Edition Jeffrey A. Hoffer Joey F.
A Student Guide to Object-Oriented Development
1 SYSTEMS ANALYSIS Pertemuan 7 s.d 12 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
USE CASE Pertemuan 7 Matakuliah: Konsep object-oriented Tahun: 2009.
BPMN.  BPMN will provide businesses with the capability of understanding their internal business procedures in a graphical notation.
Dokumentasi Sistem Dengan Activity Diagram Pertemuan 03 s.d 04 Matakuliah: F0712 / Lab Sistem Informasi Akuntansi Tahun: 2007.
UML Review Sequence Diagrams SE-2030 Dr. Rob Hasker 1 Based on slides written by Dr. Mark L. Hornick Used with permission.
Elaboration: Iteration 3. Elaboration: Iteration 3 Basics Inception and iteration-1 explored many basic OOA/D modeling basics. Iteration-2 narrowly emphasized.
Development Process Based on Chapter 5 Bennett, McRobb and Farmer
Systems Analysis and Design in a Changing World, Fourth Edition
Working out the Details
Activity Diagrams.
Activity Diagrams.
Chapter 7 Appendix D Business Process Modeling
WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or.
NILAI WAKTU DARI UANG (Time Value of Money) Pertemuan 11
Chapter 11: Collaboration Diagram - PART1
Introduction to Control Flow Patterns and BizAgi
Activity Diagram.
<<REQUIREMENTS FOR THE WHEELS CASE STUDY SYSTEM Pertemuan 5
Activity Diagrams.
Business System Development
UML Activity Diagrams.
Process Modeling: Activity/Swimlane Diagrams
Software System Engineering
Object Oriented Analysis and Design
Object-Oriented Analysis and Design: Activity Diagrams
Activity Diagrams.
Interaction Diagrams A Lot of UML!
Other UML Diagramming Techniques
Activity diagram It supports visual representation of sequences of actions that target a certain result. May be built for one or many use cases or for.
What details, symbols, actions, and words do you see in this political cartoon that make you think about what is happening? 1.3A.
Week 5.
MODELLING BUSINESS PROCESSES
Use-Case Design in Context
Appendix 3 Object-Oriented Analysis and Design
Week 5.
Object-Oriented Analysis & Design
Object-Oriented Analysis and Design: Activity Diagrams
Presentation transcript:

ACTIVITY DIAGRAMS Pertemuan 20 Matakuliah : Konsep object-oriented Tahun : 2009 ACTIVITY DIAGRAMS Pertemuan 20

A Student Guide to Object-Oriented Development Chapter 8 Activity diagrams

Activity diagrams show the internal flow of control in a process can be used to model processing at different levels e.g. high-level workflows in an organization detail of what happens in a use case detail of how an operation works

Activity diagrams can be used to represent sequence selection iteration can also illustrate where different activities can be carried out in parallel

Modelling a sequence of activities

Notation

Modelling alternative courses of action (1)

Modelling alternative courses of action(2)

Modelling iteration of activities

Modelling activities that are carried out in parallel(1)

Modelling activities that are carried out in parallel(2)

Alternative and parallel activities

Swimlanes

In alternative activities the diamond symbol may be omitted

Including objects and object flows