Skip to content

Commit

Permalink
Merge pull request #2085 from Smallboo/master
Browse files Browse the repository at this point in the history
#6 #397 实验六:交互建模
  • Loading branch information
zengsn authored Apr 2, 2020
2 parents 4ccb5f7 + 964887a commit c9e2e9d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added students/1714080902212/SequenceDiagram1.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/1714080902212/SequenceDiagram2.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/1714080902212/SequenceDiagram3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions students/1714080902212/lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 实验六:交互建模

## 一、实验目标
1. 理解系统交互
2. 掌握UML顺序图的画法
3. 掌握对象交互的定义与建模方法

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

## 三、实验步骤
1. 观看老师所发视频了解顺序图的知识。
2. 分析其他同学顺序图画法。
3. 分析自己的用例图及活动图。
4. 绘制三张活动图。
5.编写实验报告。

## 四、实验结果
![查询停车位顺序图](./SequenceDiagram1.jpg)
图1:查询停车位顺序图
![查询停车时间顺序图](./SequenceDiagram2.jpg)
图2:查询停车时间顺序图
![预约停车位顺序图](./SequenceDiagram3.jpg)
图3:预约停车位顺序图

0 comments on commit c9e2e9d

Please sign in to comment.