-
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 #1623 from fjznb/master
- Loading branch information
Showing
4 changed files
with
38 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,38 @@ | ||
#实验三:过程建模 | ||
|
||
##一、实验目标 | ||
|
||
1、掌握过程建模方法。 | ||
2、掌握活动图的画法。 | ||
|
||
##二、实验内容 | ||
|
||
1、根据用例规约绘制活动图。 | ||
|
||
##三、实验步骤 | ||
|
||
1、添加Initial节点; | ||
2、添加Final节点; | ||
3、根据用例规约添加Action; | ||
4、把基本流程和扩展流程的动作画为Action节点; | ||
5、分支的操作使用Decision节点; | ||
6、调整整体布局; | ||
|
||
##四、实验结果 | ||
|
||
![观看视频的活动图](./lab3_ActivityDiagram1.jpg) | ||
图1 观看视频的活动图 | ||
|
||
![发布视频的活动图](./lab3_ActivityDiagram2.jpg) | ||
图2 发布视频的活动图 | ||
|
||
![约球的活动图](./lab3_ActivityDiagram3.jpg) | ||
图3 约球的活动图 | ||
|
||
##五、实验总结 | ||
|
||
通过这次实验三的学习,粗略掌握了过程建模的方法和活动图的画法。 | ||
|
||
|
||
|
||
|
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.