Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#7 #270 第7次实验 #2260

Merged
merged 2 commits into from
Apr 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions students/1714080902130/lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 实验七:状态建模

## 一、实验目标

1. 掌握状态图及其画法(状态图,Statechart)

## 二、实验内容

1. 寻找1个重要的对象;
2. 寻找这个对象的所有关键状态;
3. 画出状态之间的转换条件。

## 三、实验步骤

1. 寻找一个关键的对象

- 请假单

2. 设计该对象的关键状态

- 与请假申请有关的状态: 未审核的、拒绝的、已审核的、撤销申请的。

3. 设计状态之间的转变条件
4. 绘制状态图

## 四、实验结果

![请假单的状态图](Lab7_StatechartDiagram1.jpg)

**图1:请假单的状态图**