Skip to content

Commit

Permalink
Merge pull request #2141 from time-emit/master
Browse files Browse the repository at this point in the history
#6 #1195 实验六:交互建模(&修改实验二三四五)
zengsn authored Apr 4, 2020
2 parents 81fedf8 + 7251029 commit 5d04b5c
Showing 8 changed files with 37 additions and 2 deletions.
Binary file modified students/1714080902616/Lab3_ActivityDiagram1.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 modified students/1714080902616/Lab3_ActivityDiagram2.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 modified students/1714080902616/Lab4&5_ClassDiagram1.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 modified students/1714080902616/Lab4&5_ClassDiagram2.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/1714080902616/Lab6_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/1714080902616/Lab6_SequenceDiagram2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions students/1714080902616/lab2.md
Original file line number Diff line number Diff line change
@@ -50,11 +50,11 @@
用例编号 | UC02 | 备注
-|:-|-
用例名称 | 评论帖子 |
前置条件 | 进入帖子浏览界面 | *可选*
前置条件 | 登录进入帖子浏览界面 | *可选*
后置条件 | 帖子浏览界面 | *可选*
基本流程 | 1.摄影爱好者点击评论链接 |*用例执行成功的步骤*
~| 2.系统检查符合权限和等级要求,显示评论编辑界面 |
~| 3.摄影爱好者输入内容,点击发送 |
~| 3.摄影爱好者输入内容,点击发表按钮 |
~| 4.系统检查评论符合要求,保存评论信息,提示“评论成功” |
扩展流程 | 2.1系统检查发现无权限,提示“已被禁言,无法评论” |*用例执行失败*
~| 2.2系统检查发现不符合等级要求,提示“等级过低,暂时无法评论” |
35 changes: 35 additions & 0 deletions students/1714080902616/lab6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 实验六:交互建模

## 一、实验目标

1. 理解系统交互的概念。

2. 掌握UML顺序图的画法。

3. 掌握对象交互的定义与建模方法。

## 二、实验内容

1. 根据活动图和类图,确定功能所涉及的系统对象。

2. 在顺序图上画出参与者。

3. 在顺序图上画出消息。

## 三、实验步骤

1. 从实验二的用例图中找到参与者(摄影爱好者)并画出(Lifeline)

2. 从实验四、五的类图中找到其余参与者(MVC)并画出(Lifeline)

3. 根据实验三活动图确定参与者之间的消息并画出(Message)

## 四、实验结果

![浏览图库顺序图](./Lab6_SequenceDiagram1.jpg)

图1:浏览图库顺序图

![评论帖子顺序图](./Lab6_SequenceDiagram2.jpg)

图2:评论帖子顺序图

0 comments on commit 5d04b5c

Please sign in to comment.