1 / 13

Activity Diagram

Activity Diagram. Problem Space Ideas & Concepts. Problem Domain. Menangkap & mendeskripsikan pemahaman atas masalah. High Level. Dokumentasi masalah. UML. Solusi coding. Solution Domain. Solutian Space. Low Level. Activity Diagram. Versi UML dari flowchart.

gratia
Download Presentation

Activity Diagram

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Activity Diagram

  2. Problem Space Ideas & Concepts Problem Domain Menangkap & mendeskripsikan pemahaman atas masalah High Level Dokumentasi masalah UML Solusi coding Solution Domain Solutian Space Low Level

  3. Activity Diagram • Versi UML dari flowchart. • Digunakan untuk menganalisa proses dan jika diperlukan, menyusun rekayasa proses. • Tool yang tepat untuk menganalisa masalah yang akan diselesaikan oleh system. • Sebagai sebuah tool analisis, tidak perlu mulai pada level teknik dengan menggunakan class diagram, namun cukup dengan activity diagram untuk memahami masalah dan mengurai proses-proses yang membentuk masalah.

  4. Contoh: Activity diagram bagaimana Esaw mencari makanan Use-case ‘Find Food’

  5. Activity diagram belum sepenuhnya dikembangkan di ArgoUML.

  6. Actions required to post a job

  7. Swimlane • Jika perlu ditunjukkan siapa atau apa yang bertanggung jawab atas aksi-aksi tertentu, Swimlane dapat ditambahkan. • Swimlane bertindak seolah partisi atau sesuatu yang dipahami sebagai partisi.

  8. Input Parameter • Object yang dilewatkan sebagai parameter antar action states dapat direperesentasikan dalam activity diagram menggunakan syntax untuk object (pada ArgoUML => object flow state) • Transisi Antara obyek parameter dan action state direpresentasikan menggunakan garis putus-putus.

  9. Customer Sales Stockroom Request service : Order [placed] :Order [entered] Take Order Pay Fill Order : Order [filled] :Order [delivered] Deliver order Collect order

More Related