Skip to content

Commit

Permalink
hzuapps#3 hzuapps#475 提交用例活动图及实验三报告
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Shine committed Mar 16, 2020
1 parent 7486bb8 commit b8a30a4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
Binary file added students/1714080902533/Lab3_搜索新闻.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/1714080902533/Lab3_查看新闻.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/1714080902533/Lab3_评论新闻.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions students/1714080902533/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ https://github.com/hzuapps/uml-modeling-2020/issues
后置条件 | 评论区显示读者发表的评论 |
基本流程 | 1. 读者输入评论内容,点击“发表评论”按钮 |
~| 2. 系统获取读者ID |
~| 3. 系统保存评论信息,提示“评论成功” |
~| 4. 页面显示读者发表的评论 |
~| 3. 系统检查评论内容 |
~| 4. 系统保存评论内容,提示“评论成功” |
~| 5. 页面显示读者发表的评论 |
扩展流程 | 2.1 系统发现读者未登录,跳转到登录页面 |
~| 3.1 系统发现评论内容为空,提示“评论内容不能为空” |
~| 3.2 系统保存评论信息失败,提示“发表评论失败” | 网络拥堵/新闻已被删除
~| 4.1 系统保存评论信息失败,提示“发表评论失败” | 网络拥堵/新闻已被删除
20 changes: 20 additions & 0 deletions students/1714080902533/lab3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 实验三:过程建模

## 一、实验目标
1. 掌握过程建模方法;
2. 掌握活动图的画法。(Activity Diagram)
## 二、实验内容
1. 使用StarUML根据lab2中编写的用例规约画活动图
## 三、实验步骤
1. 新建活动图(Add Diagram -> Activity Diagram)
2. 使用Activities(Basic)中的元素绘制用例活动图
3. 将绘制的活动图导出为.jpg图片
## 四、实验结果
![查看新闻的活动图](./Lab3_查看新闻.jpg)
图1:查看新闻的活动图

![搜索新闻的活动图](./Lab3_搜索新闻.jpg)
图2:搜索新闻的活动图

![评论新闻的活动图](./Lab3_评论新闻.jpg)
图3:评论新闻的活动图

0 comments on commit b8a30a4

Please sign in to comment.