-
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 #2463 from fanlihuang/master
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 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.
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,21 @@ | ||
# 实验七:状态建模 | ||
|
||
## 1.实验目标 | ||
|
||
- 掌握对象状态建模(状态图,Statechart) | ||
|
||
## 2.实验内容 | ||
|
||
- 寻找一个关键的对象; | ||
- 设计该对象的关键状态; | ||
|
||
## 3.实验步骤 | ||
|
||
- 选择体育用品作为实验对象 | ||
- 针对体育用品空闲、被搜索与被购买的三个状态 | ||
- 用转换线和行为连接状态 | ||
|
||
## 4。实验结果 | ||
![状态图](./model7.1.jpg) | ||
|
||
图1.体育用品状态图 |