- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 95字
- 2021-06-24 14:57:53
Interaction diagrams
Interaction diagrams visually document how system components interact with each other.
In the following interaction diagram, you can see that the flow starts with a decision on whether the customer is a new, or already existing, customer. In both cases, the interaction between the Customer object and Customer Database object is documented:

An interaction diagram for a coffee shop order
Interaction UML diagrams are robust and come in several different types. The interaction UML diagram types are listed here and will be covered in the subsequent sections:
- Sequence diagram
- Communication diagram
- Timing diagram
推薦閱讀
- 同步:秩序如何從混沌中涌現(xiàn)
- 使用GitOps實(shí)現(xiàn)Kubernetes的持續(xù)部署:模式、流程及工具
- 文本挖掘:基于R語(yǔ)言的整潔工具
- 區(qū)塊鏈通俗讀本
- 數(shù)據(jù)庫(kù)程序員面試筆試真題庫(kù)
- 數(shù)據(jù)挖掘原理與SPSS Clementine應(yīng)用寶典
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- 實(shí)用數(shù)據(jù)結(jié)構(gòu)
- Spring MVC Beginner’s Guide
- 基于數(shù)據(jù)發(fā)布的隱私保護(hù)模型研究
- Hadoop大數(shù)據(jù)技術(shù)開(kāi)發(fā)實(shí)戰(zhàn)
- 信息技術(shù)導(dǎo)論
- 數(shù)據(jù)庫(kù)原理及應(yīng)用實(shí)踐教程
- 用戶畫(huà)像:平臺(tái)構(gòu)建與業(yè)務(wù)實(shí)踐
- 圖解LeetCode初級(jí)算法(Python版)