-
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 #2496 from Ivanchenyx/master
- Loading branch information
Showing
4 changed files
with
24 additions
and
41 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 |
---|---|---|
@@ -1,16 +1,26 @@ | ||
# 实验一 | ||
|
||
## 实验目标 | ||
## 一、实验目标 | ||
|
||
1. 学会如何使用StarUML创建模型; | ||
2. 学会使用GitHub基础功能。 | ||
|
||
## 实验内容 | ||
## 二、实验内容 | ||
|
||
1. 在StarUML创建模型; | ||
2. 导出图片; | ||
3. 将实验内容推到GitHub | ||
|
||
## 实验结果 | ||
## 三、实验步骤 | ||
|
||
1. 选择要创建的Diagram | ||
2. 选择类 | ||
3. 确定类与类之间的联系 | ||
4. 连接类 | ||
5. 将完成的Diagram和实验报告推到Github的实验库 | ||
|
||
## 四、实验结果 | ||
|
||
![实验一](./model1.jpg) | ||
|
||
|
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
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# 实验三:过程建模 | ||
|
||
## 1、实验目标 | ||
## 一、实验目标 | ||
|
||
1. 掌握过程建模方法 | ||
2. 掌握活动图画法 | ||
|
||
## 2、实验内容 | ||
## 二、实验内容 | ||
|
||
1. 根据实验二的用例规约完成活动图 | ||
|
||
## 3、实验步骤 | ||
## 三、实验步骤 | ||
|
||
1. 根据用例规约的基本流程和扩展流程确定Action | ||
2. 根据用例规约的扩展流程确定Decision | ||
3. 根据业务流程连接Action | ||
|
||
## 4、 实验结果 | ||
## 四、 实验结果 | ||
|
||
![入住登记活动图](./Lab3_ActivityDiagram_Register.jpg) | ||
|
||
图1:酒店自助开房退房系统的入住登记活动图 | ||
|
||
![结账活动图](./Lab3_ActivityDiagram_Check.jpg) | ||
|
||
图2:酒店自助开房退房系统的退房活动图 | ||
图2:酒店自助开房退房系统的退房活动图 |
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