This commit is contained in:
Ilkka Seppälä 2021-09-11 19:11:30 +03:00
parent 58c0008b75
commit 81f9291e76
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB

View File

@ -139,7 +139,7 @@ king.makeRequest(new Request(RequestType.COLLECT_TAX, "collect tax")); // Orc so
```
## 类图
![alt text](../../../chain/etc/chain-of-responsibility.urm.png "Chain of Responsibility class diagram")
![alt text](../../../chain-of-responsibility/etc/chain-of-responsibility.urm.png "Chain of Responsibility class diagram")
## 适用性
使用责任链模式当