Skip to content

Commit 5f7d1b1

Browse files
authored
Merge pull request #2307 from CodingOfHui/master
#7 #497 实验七:状态建模
2 parents 0c58494 + 6688e51 commit 5f7d1b1

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

students/1714080902605/lab7.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 实验七:状态建模
2+
3+
## 一、实验目标
4+
5+
1. 掌握对象状态建模
6+
2. 画状态图
7+
8+
9+
## 二、实验内容
10+
11+
1. 根据用例图、活动图等确定关键对象
12+
2. 确定对象的状态和状态的转换条件
13+
3. 画系统对象的状态图
14+
15+
## 三、实验步骤
16+
17+
1. 从用例图、活动图等找到关键对象
18+
2. 新建状态图,添加Initial State 和 Final State
19+
3. 添加状态的Simple State
20+
4. 用Transition连接,写上转换条件
21+
22+
## 四、实验结果
23+
24+
![状态图](./房源的状态图.jpg)
25+
26+
图1、房源的状态图
31.3 KB
Loading

0 commit comments

Comments
 (0)