Skip to content

Commit

Permalink
Merge pull request #1269 from 1714080902627/master
Browse files Browse the repository at this point in the history
#3 #152 实验三:过程建模
  • Loading branch information
zengsn authored Mar 17, 2020
2 parents ab5aaa1 + aa1f6e4 commit 164a22e
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Binary file added students/1714080902627/Activity1.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/1714080902627/Activity2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions students/1714080902627/lab3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# 实验三:过程建模

## 1. 实验目标

1. 掌握过程建模方法
2. 掌握活动图画法


## 2. 实验内容

1. 学习活动图画法
2. 画用例1活动图
3. 画用例2活动图


## 3. 实验步骤

1. 打开StarUML model新建Activity diagram
2. StarUML画活动图
- 添加Initial
- 按基本流程添加Action
- 添加Decision
- 按基本流程和扩展流程添加Action
- 添加Final
- 建立Control Flow

3. git push到个人库
4. 写实验三报告


## 4. 实验结果

![用例图](./Activity1.jpg)

图1:申请会议活动图

![用例图](./Activity2.jpg)

图2:记录会议活动图

## 5. 实验总结
- 画图要工整,注意主线
- 查询操作不能产生两个结果
- 合并示个人设计定

0 comments on commit 164a22e

Please sign in to comment.