forked from hzuapps/uml-modeling-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
… 实验六:交互建模+之前实验修改
- Loading branch information
1 parent
20cca80
commit 8d219d4
Showing
12 changed files
with
99 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ | |
|
||
功能描述: | ||
|
||
1.口罩买家提交个人信息; | ||
1.口罩买家填写个人资料; | ||
|
||
2.口罩买家提交口罩预约订单。 | ||
2.口罩买家提交预约订单。 | ||
|
||
(ps:情景:非快递邮货,由用户自行前往选择的门店自提;) |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.
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
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.
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,60 @@ | ||
# 实验六:交互建模 | ||
|
||
## 一、实验目标 | ||
|
||
1.理解系统交互; | ||
|
||
2.掌握UML顺序图的画法; | ||
|
||
3.掌握对象交互的定义与建模方法。 | ||
|
||
|
||
|
||
## 二、实验内容 | ||
|
||
1.根据用例模型和类模型,确定功能所涉及的系统对象; | ||
|
||
2.在顺序图上画出参与者(对象); | ||
|
||
3.在顺序图上画出消息(交互)。 | ||
|
||
|
||
|
||
## 三、实验步骤 | ||
|
||
1.创建“填写个人资料”顺序图; | ||
|
||
- 画出3+1个参与者,分别是口罩买家(actor)、个人资料页面、填写个人资料控制器和买家。 | ||
- 根据实验3的活动图,画出消息。 | ||
|
||
2.创建“提交预约订单”顺序图; | ||
|
||
- 画出5+1个参与者,分别是口罩买家(actor)、口罩预约页面、提交预约订单控制器、买家、口罩库存和预约订单。 | ||
- 根据实验3的活动图,画出消息。 | ||
|
||
3.检查参与者与实验4的类图是否一致,时间顺序是否与实验3活动图一致。 | ||
|
||
|
||
|
||
## 四、实验结果 | ||
|
||
![填写个人资料顺序图](./lab6_SequenceDiagram1.jpg) | ||
|
||
图1 填写个人资料顺序图 | ||
|
||
|
||
|
||
|
||
|
||
![提交预约订单顺序图](./lab6_SequenceDiagram2.jpg) | ||
|
||
图2 提交预约订单顺序图 | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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.