Skip to content

Commit

Permalink
hzuapps#6 hzuapps#311 实验六:交互建模
Browse files Browse the repository at this point in the history
  • Loading branch information
G1-C authored Mar 30, 2020
1 parent c7d4d49 commit cb03b50
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions students/1714080902534/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. 查看用例规约和类图,画出1+N个参与者
3. 从活动图找到操作流程,画出参与者之间的消息

## 四、实验结果

![顺序图1](./添加订单的顺序图.jpg)
图1.添加订单用例的顺序图

![顺序图2](./查看商品库存的顺序图.jpg)
图2.查看商品库存用例的顺序图

![顺序图3](./查看订单的顺序图.jpg)
图3.查看订单用例的顺序图

0 comments on commit cb03b50

Please sign in to comment.