Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#8 修改实验二报告以及实验七报告 #2470

Merged
merged 2 commits into from
Apr 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions students/1714080902322/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@

### 表1:查询所乘坐火车用例规约

用例编号 | query01 | 备注
用例编号 | UC01 | 备注
-|:-|-
用例名称 | 查询所乘坐火车 |
前置条件 | 用户登入查询系统 |
后置条件 | |
基本流程 | 1.用户点击『查询所乘坐火车』按钮; |
~| 2.系统显示查询页面; |
~| 3.用户输入火车票编号,点击查询按钮; |
~| 4.系统到火车票编号存在; |
~| 4.系统检查到火车票编号存在; |
~| 5.系统查询到火车上有同乘确诊患者; |
~| 6.系统显示查询结果。 |
扩展流程 | 4.1 系统检查火车票编号不存在,提示“火车票编号不存在,请重新输入”;|
~| 5.1 系统检查发现没有同乘确诊患者。 |
~| 5.1 系统查询不到火车上有同乘确诊患者。 |

### 表2:查询所乘坐飞机用例规约

用例编号 | query02 | 备注
用例编号 | UC02 | 备注
-|:-|-
用例名称 | 查询所乘坐飞机 |
前置条件 | 用户登入查询系统 |
Expand All @@ -58,11 +58,11 @@
~| 5.系统查询到飞机上有同乘确诊患者; |
~| 6.系统显示查询结果。 |
扩展流程 | 4.1 系统检查发现航班号不存在,提示“航班号不存在,请重新输入”;|
~| 5.1 系统检查发现没有同乘确诊患者。 |
~| 5.1 系统查询不到飞机上有同乘确诊患者。 |

### 表3:查询所在城市用例规约

用例编号 | query03 | 备注
用例编号 | UC03 | 备注
-|:-|-
用例名称 | 查询所在城市 |
前置条件 | 用户登入查询系统 |
Expand All @@ -72,4 +72,4 @@
~| 3.用户输入城市,点击查询按钮; |
~| 4.系统查询到有确诊患者途径的火车站等公共场所; |
~| 5.系统显示查询结果。 |
扩展流程 | 4.1 系统检查发现没有确诊患者途径的公共场所。|
扩展流程 | 4.1 系统查询不到有确诊患者途径的火车站等公共场所。|
12 changes: 10 additions & 2 deletions students/1714080902322/lab6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## 1、实验目标
- 掌握对象状态建模(状态图,Statechart)。
- 理解系统中对象的状态。

## 2、实验内容
- 根据自己的系统在StarUML画状态图。
- 观看教学视频以及相关问题的解答。
- 根据自己的系统在StarUML上画状态图。

## 3、实验要点
- 寻找一个关键的对象。
Expand All @@ -13,7 +15,13 @@
* 描述状态:形容词。
- 设计状态之间的转变条件。

## 4、实验结果
## 4、实验步骤
- 找到系统中重要的对象以及状态。
- 画出对应的状态,完成连线。
- 在连线上写出对应状态的转变条件。
- 导出为图片并编写实验报告。

## 5、实验结果
![图1.火车车次的状态图](./StatechartDiagram1.png)

图1.火车车次的状态图