- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 161字
- 2021-06-24 14:57:53
Activity diagrams
Activity diagrams illustrate the flow of processes in a system. This type of diagram is used to visually document activities within a system, also referred to as a system's procedures or dynamic components.
The following activity diagram shows the activities involved when a coffee shop customer places an order. The starting point is the top black circle. From there, an order is received. Beneath the Receive Order node is a horizontal black bar referred to as a fork. There are three activities that take place in parallel after the fork—Make Drink, Get Bakery, and Collect Payment. All of those activities take place in parallel. Each of those activities feed into a second black bar, this time referred to as a join, which has multiple activities linked to it. Once all three activities are completed, the order can be completed and ends with the bottom black circle:

- Test-Driven Development with Mockito
- 文本數據挖掘:基于R語言
- Libgdx Cross/platform Game Development Cookbook
- 數據驅動設計:A/B測試提升用戶體驗
- 中國數字流域
- The Game Jam Survival Guide
- 數據庫技術及應用教程
- Oracle 12c云數據庫備份與恢復技術
- Apache Kylin權威指南
- gnuplot Cookbook
- INSTANT Android Fragmentation Management How-to
- 區域云計算和大數據產業發展:浙江樣板
- Deep Learning with R for Beginners
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- ECharts數據可視化:入門、實戰與進階