Skip to content

Commit

Permalink
hzuapps#6 hzuapps#581 实验六: 交互建模(修改了用例规约,活动图)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakuraxia committed Apr 2, 2020
1 parent 3dab3bc commit 942f5db
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 15 deletions.
33 changes: 18 additions & 15 deletions students/1714080902409/Lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@
用例名称 | 发布房屋 |
前置条件 | 业主已经登录进入房屋出租系统 |
后置条件 | |
基本流程 | 1. 业主点击发布按钮 |
~| 2. 系统显示房屋发布界面 |
~| 3. 业主填写房屋的价格,地址,租期,外观等信息并且留下自己的联系电话 |
~| 4. 业主点击发布按钮|
~| 5. 系统检查业主的必填内容,必填内容不为空|
~| 6. 系统查询业主信誉值, 信誉值高于60,保存出租信息 |
~| 7. 系统提示“发布成功”|
扩展流程 | 5.1 系统检查业主的必填内容,必填内容为空,提示“必填内容为空,无法发布” |
~| 6.1 系统查询业主信誉值,发现业主信誉值低于60,提示“你的信誉值过低,无法发布” |
基本流程| 1. 业主填写房屋的价格,地址,租期,外观等信息并且留下自己的联系电话 |
~| 2. 业主点击发布按钮 |
~| 3. 系统检查业主的必填内容,必填内容不为空 |
~| 4. 系统查询业主信誉值, 信誉值高于60,保存出租信息 |
~| 5. 系统提示“发布成功” |
扩展流程 | 3.1 系统检查业主的必填内容,必填内容为空,提示“必填内容为空,无法发布” |
~| 4.1 系统查询业主信誉值,发现业主信誉值低于60,提示“你的信誉值过低,无法发布” |



Expand All @@ -47,9 +45,14 @@
用例名称 | 收藏房屋 |
前置条件 | 租客已经登录进入房屋出租系统 |
后置条件 | |
基本流程 | 1. 租客点击收藏按钮 |
~| 2. 系统显示收藏页面 |
~| 3. 租客选择感兴趣的房屋,点击完成按钮 |
~| 4. 系统查询租客已收藏的房屋,检查不存在编号相同的房屋,更新租客收藏的房屋 |
~| 5. 系统提示“收藏成功” |
扩展流程 | 4.1 系统查询租客已收藏的房屋,发现存在编号相同的房屋,提示“此房屋已收藏” |
基本流程 | 1. 租客选择房屋 |
~| 2. 租客点击收藏按钮 |
~| 3. 系统查询房屋,检查存在该房屋 |
~| 4. 系统查询租客已收藏的房屋,检查不存在编号相同的房屋 |
~| 5. 系统查询租客房屋收藏个数,检查未超过收藏上限 |
~| 6. 系统保存房屋收藏信息 |
~| 7. 系统提示“收藏成功” |
扩展流程 | 3.1 系统查询房屋,发现房屋不存在,提示“此房屋已被删除” |
| 4.1 系统查询租客已收藏的房屋,发现存在编号相同的房屋,提示“此房屋已收藏” |
| 5.1 系统查询租客房屋收藏个数,检查超过收藏上限,提示“收藏房屋个数已满,无法再收藏” |
| |
32 changes: 32 additions & 0 deletions students/1714080902409/Lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 实验六:交互建模

## 1.实验目标

- 理解系统交互
- 理解交互建模中的消息
- 掌握对象交互的定义与建模方法

## 2.实验内容

- 确定所有系统对象
- 在顺序图上画出参与者
- 在顺序图上画出消息

## 3.实验步骤

- 先从用例图中找出第一个参与者
- 再从类图中找出其它参与者(例如Model,View,Control都是参与者)
- 根据活动图,确定参与者之间交互的消息

## 4.实验结果



发布房屋顺序图

![发布房屋顺序图](D:\UMLProject\uml-modeling-2020\students\1714080902409\发布房屋顺序图.jpg)

收藏房屋顺序图

![收藏房屋顺序图](D:\UMLProject\uml-modeling-2020\students\1714080902409\收藏房屋顺序图.jpg)
Binary file added students/1714080902409/发布房屋活动图.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/1714080902409/发布房屋顺序图.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/1714080902409/收藏房屋活动图.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/1714080902409/收藏房屋顺序图.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/1714080902409/用例图.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 942f5db

Please sign in to comment.