Skip to content

Commit

Permalink
Merge pull request #2416 from guozhenqin/master
Browse files Browse the repository at this point in the history
#7 #495 实验七:状态建模
  • Loading branch information
zengsn authored Apr 12, 2020
2 parents 4c31fd2 + c621b06 commit 0e9a9be
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions students/1714080902639/lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 实验七:状态建模

## 一、实验目标

1. 掌握对象状态建模(状态图,Statechart)

## 二、实验内容

1. 寻找一个关键对象
2. 设计该对象的关键状态
3. 设计状态之间的转变条件

## 三、实验步骤

1. 寻找关键对象
- 路由器
2. 设计该对象的状态
- 已添加的
- 已启用的
- 已禁用的
- 已限速的
3. 设计状态之间的转变条件


## 实验结果

![路由器状态图](./路由器的状态图.jpg)
图1:路由器的状态图

Binary file added students/1714080902639/路由器的状态图.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e9a9be

Please sign in to comment.