Skip to content

Commit

Permalink
Merge pull request #1529 from ReiujiTenshi/master
Browse files Browse the repository at this point in the history
#3 #148 提交实验三
  • Loading branch information
zengsn committed Mar 19, 2020
2 parents 4230d57 + 2e9bce4 commit 367c9c3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/1714080902318/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
基本流程 | 1. 景区管理员点击删除景点信息按钮; |*用例执行成功的步骤*
~| 2. 系统检查现是否存在景点信息,检查存在景点信息; |
~| 3. 系统显示增加了删除按钮的景点页面; |
~| 4. 景区管理员点击要删除的景点下方的删除按钮; |
~| 5. 系统删除对应景点信息。 |
~| 4. 景区管理员点击要删除的景点下方的删除按钮; |
~| 5. 系统检查是否存在该景点信息,检查存在该景点信息; |
~| 6. 系统删除对应景点信息。 |
扩展流程 | 2.1 系统检查发现不存在景点信息,提示景区管理员“系统现不存在景点信息”。 |*用例执行失败*
~| 4.1 系统检查发现修改后景点已不存在,提示景区管理员“该景点已不存在,删除失败”。 |
~| 5.1 系统检查发现修改后景点已不存在,提示景区管理员“该景点已不存在,删除失败”。 |

30 changes: 30 additions & 0 deletions students/1714080902318/lab3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 实验三:过程建模

## 1. 实验目标

1. 掌握过程建模方法
2. 掌握活动图的画法(Activity Diagram)

## 2. 实验内容

1. 学习过程建模建模的概念
2. 在StarUML上过程建模

## 3. 实验步骤

1. 学习过程建模
2. 确定过程建模要画活动图的用例:增加景点信息、修改景点信息、删除景点信息
3. 在StarUML上用例建模
3.1. 把基本流程和扩展流程的动作画为操作(Action)
3.2. 在出现分支的操作之后使用决策(Decision)节点

## 4. 实验结果

![增加景点信息活动图](./Lab3_ActivitiesDiagram_Add.jpg)
图1:旧地狱遗迹旅游导引系统增加景点信息活动图

![修改景点信息活动图](./Lab3_ActivitiesDiagram_Edit.jpg)
图2:旧地狱遗迹旅游导引系统修改景点信息活动图

![删除景点信息活动图](./Lab3_ActivitiesDiagram_Delete.jpg)
图3:旧地狱遗迹旅游导引系统删除景点信息活动图

0 comments on commit 367c9c3

Please sign in to comment.