-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1273 from lianqy0/master
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# UML实验三:过程建模 | ||
|
||
## 1、实验目标 | ||
1.1、掌握过程建模方法 | ||
|
||
1.2、掌握活动图的画法(Activity Diagram) | ||
## 2、实验内容 | ||
2.1、根据实验二中的用例规约,利用StarUML画出活动图 | ||
## 3、实验步骤 | ||
3.1、在StarUML上创建 录入新英雄人物资料和搜索英雄 活动图 | ||
|
||
3.2、添加initial和final | ||
|
||
3.3、根据用例规约添加action | ||
|
||
3.4、在扩展流程的部分添加decision | ||
|
||
3.5、用Merge将分支合回一路 | ||
|
||
3.6、用control flow连接起来 | ||
|
||
3.7、调整各部分位置,保持图简洁美观 | ||
|
||
3.8、导出活动图为图片(lab3model1、lab3model2) | ||
|
||
3.9、pull本地磁盘文件和Push到自己GitHub仓库中 | ||
|
||
3.10、编写实验报告 | ||
## 4、实验结果 | ||
|
||
![录入新英雄人物资料图](./lab3model1.jpg) | ||
|
||
图1.录入新英雄人物资料图 | ||
|
||
![搜索英雄图](./lab3model2.jpg) | ||
|
||
图2.搜索英雄图 |
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.