Skip to content

Commit 95ca36c

Browse files
authored
Merge pull request #2124 from laijianye/master
#6 实验六
2 parents edbcaf1 + e06fe59 commit 95ca36c

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

students/1514080902114/lab6.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# 实验六
2+
3+
实验目的
4+
5+
1. 理解系统交互;
6+
2. 掌握UML顺序图的画法;
7+
3. 掌握对象交互的定义与建模方法。
8+
9+
## 实验内容
10+
11+
1. 根据用例模型和类模型,确定功能所涉及的系统对象;
12+
2. 在顺序图上画出参与者(对象);
13+
3. 在顺序图上画出消息(交互)。
14+
15+
## 实验步骤
16+
17+
实验过程遇到很多问题,看了好多遍老师的视频,也看了一些其他同学通过了的实验文档,第一步是根据之前的实验找到所有的参与者,然后根据流程来确定消息的顺序。
18+
19+
## 实验结果
20+
21+
![查询余额顺序图](./model6_查询余额.jpg)
22+
23+
![取钱顺序图](./model6_取钱.jpg)
24+
25+
![转账顺序图](./model6_转账.jpg)
128 KB
Loading
55.9 KB
Loading
199 KB
Loading

0 commit comments

Comments
 (0)