- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 100字
- 2021-06-24 14:57:54
Sequence diagrams
Sequence diagrams are used to show a specific use case scenario. So, these diagrams are representative of a typical behavior based on the given use case.
The following sequence diagram example visually documents the use case where a student logs on to an online book order system and enters their course code. The online system calculates a price and provides this total to the student. The student is then able to submit their payment, which goes through the online bookstore and informs the fulfillment center, which ships the books to the student:

An example sequence diagram
推薦閱讀
- Python絕技:運用Python成為頂級數據工程師
- 數據挖掘原理與實踐
- App+軟件+游戲+網站界面設計教程
- PySpark大數據分析與應用
- MySQL基礎教程
- Libgdx Cross/platform Game Development Cookbook
- 軟件成本度量國家標準實施指南:理論、方法與實踐
- Ceph源碼分析
- 數據庫設計與應用(SQL Server 2014)(第二版)
- Splunk智能運維實戰
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- 數據科學實戰指南
- Hadoop集群與安全
- Hadoop 3實戰指南
- Node.js High Performance