Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6 #430 实验六:交互建模 #1993

Merged
merged 8 commits into from
Apr 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions students/1714080902635/lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 实验六: 交互建模
## 一、实验目标
- 理解系统交互;
- 了解对象的概念
- 掌握UML顺序图的画法;
- 掌握对象交互的定义与建模方法。
## 二、实验内容
- 根据用例模型和类模型,确定功能所涉及的系统对象;

1.录入会员信息顺序图

2.修改会员信息顺序图

3.转移积分顺序图

- 在顺序图上画出参与者;

- 在顺序图上画出消息

- 在顺序图上画出存活条

- 在顺序图上画出时间
## 三、实验步骤
- 在StarUml中创建顺序图

- 从用例规约中的寻找参与者和根据类图中寻找类,添加Lifeline

- 根据活动图绘制消息,添加message

- 根据用例建模,过程建模确定返回消息,添加Reply Message
## 四、实验结果
![录入会员信息顺序图](./录入会员信息顺序图.jpg)
图1 超市会员管理系统录入会员信息顺序图
![修改会员信息顺序图](./修改会员信息顺序图.jpg)
图2 超市会员管理系统修改会员信息顺序图
![转移积分顺序图](./转移积分顺序图.jpg)
图3 超市会员管理系统转移积分顺序图
Binary file modified students/1714080902635/修改会员信息.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.
Binary file modified students/1714080902635/录入会员信息.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.
Binary file modified students/1714080902635/转移积分.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902635/转移积分顺序图.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.