-
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 #2492 from EderAlan/master
- Loading branch information
Showing
8 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
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.
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.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 实验七:状态建模 | ||
|
||
## 一、实验目标 | ||
|
||
1. 掌握对象状态建模(状态图,Statechart) | ||
|
||
## 二、实验内容 | ||
|
||
1. 寻找一个关键对象 | ||
2. 设计该对象的关键状态 | ||
3. 设计状态之间的转变条件 | ||
|
||
## 三、实验步骤 | ||
|
||
1. 寻找关键对象 | ||
- 弹幕 | ||
2. 设计该对象的状态 | ||
- 草稿的 | ||
- 已过审的 | ||
- 未过审的 | ||
- 已发布的 | ||
3. 设计状态之间的转变条件 | ||
|
||
|
||
## 实验结果 | ||
|
||
![弹幕状态图](./StatechartDiagram1.jpg) | ||
图1:弹幕的状态图 |