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 #1240 实验6 交互模型 #2121

Merged
merged 3 commits into from
Apr 4, 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
30 changes: 30 additions & 0 deletions students/1714080902622/lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 实验六

## 一、 实验目标

1. 理解系统交互;
2. 掌握UML顺序图的画法;
3. 掌握对象交互的定义与建模方法。

## 二、 实验内容

1. 根据用例模型和类模型,确定功能所涉及的系统对象;
2. 在顺序图上画出参与者(对象);
3. 在顺序图上画出消息(交互)。

## 三、 实验步骤

1. 创建顺序图
2. 在用例找到第一个参与者,添加到顺序图
3. 在类图找到其他参与者,添加到顺序图
4. 在活动图找到操作步骤,添加到顺序图并画出参与者之间的关系
5. 提交实验六

## 四、 实验结果

1. 顺序图

![顺序图1](./lab6_seqDiagram1.jpg)
图1. 顺序图1
![顺序图2](./lab6_seqDiagram2.jpg)
图2. 顺序图2
Binary file added students/1714080902622/lab6_seqDiagram1.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/1714080902622/lab6_seqDiagram2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.