Skip to content

Commit

Permalink
实验六交互建模实验报告
Browse files Browse the repository at this point in the history
  • Loading branch information
1714080902141 authored Apr 5, 2020
1 parent df9e3c8 commit 52389a9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions students/1714080902141/lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 实验六:交互建模

## 一、实验目标

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

## 二、实验内容

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

## 三、实验步骤

1. 观看老师发布的指导视频
2. 修改完善用例规约和类图
3. 根据用例规约和类图,画出发布问题和发表评论的顺序图
4. 将画好的两张顺序图提交到git上
5. 提交实验报告

## 四、实验结果

![顺序图1](./预约的顺序图.jpg)

图1.预约的顺序图

![顺序图2](./取消预约的顺序图.jpg)

图2.取消预约的顺序图

0 comments on commit 52389a9

Please sign in to comment.