-
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 #2437 from 1342014347/master
- Loading branch information
Showing
2 changed files
with
26 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,26 @@ | ||
# 实验七:状态建模 | ||
|
||
## 一、实验目标 | ||
|
||
1. 掌握对象状态建模 | ||
2. 画状态图 | ||
|
||
|
||
## 二、实验内容 | ||
|
||
1. 根据用例图、活动图等确定关键对象 | ||
2. 确定对象的状态和状态的转换条件 | ||
3. 画系统对象的状态图 | ||
|
||
## 三、实验步骤 | ||
|
||
1. 从用例图、活动图等找到关键对象 | ||
2. 新建状态图,添加Initial State 和 Final State | ||
3. 添加状态的Simple State | ||
4. 用Transition连接,写上转换条件 | ||
|
||
## 四、实验结果 | ||
|
||
![潮鞋的状态图](./Last.jpg) | ||
|
||
图1、潮鞋库存的状态图 |