-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1488 from cxh245/master
- Loading branch information
Showing
5 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# UML实验3报告文档 | ||
|
||
## 实验目标 | ||
- 掌握过程建模的概念及方法; | ||
- 学会使用UML软件结合用例画活动图。 | ||
|
||
## 实验内容 | ||
- 在StarUML中根据用例创建活动图; | ||
- 分析用例的操作。 | ||
|
||
## 实验步骤 | ||
- 在StarUML中创建一个新的活动图,并新增一个开始节点; | ||
- 根据用例中的流程创建操作; | ||
- 在分支操作处使用决策节点分离; | ||
- 根据用例连接不同的操作; | ||
- 将分离的操作进行汇合后,最后一步连接到结束节点; | ||
- 根据用例构建另外两个用例的活动图。 | ||
|
||
|
||
## 实验结果 | ||
|
||
![lab3上传品种活动图](./model3_upload.jpg) | ||
生鲜蔬菜配送系统上传品种用例活动图 | ||
|
||
![lab3配送活动图](./model3_deliver.jpg) | ||
生鲜蔬菜配送系统配送用例活动图 | ||
|
||
![lab3预约下单活动图](./model3_order.jpg) | ||
生鲜蔬菜配送系统预约下单用例活动图 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.