Skip to content

Commit

Permalink
Merge pull request #2214 from Kowaiking/master
Browse files Browse the repository at this point in the history
#7 #596 实验七:状态建模
  • Loading branch information
zengsn authored Apr 9, 2020
2 parents 2e44696 + 9b2e72e commit c9a9e66
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions students/1714080902424/lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 实验七:状态建模

## 1.实验目标

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

## 2.实验内容

1. 根据用例模型和类模型,创建状态图;
2. 完成状态建模并编写实验报告;

## 3.实验步骤

1. 首先了解顺序图中各种符号的用法;
2. 根据用例模型和类模型,寻找一个关键的对象;
3. 在状态图上设计该对象的关键状态;
4. 根据用例模型设计状态之间的转变条件。
5. 最后编写实验报告并提交;

## 4.实验结果

![宠物信息的状态图](./宠物信息的状态图.jpg)
图1:宠物信息的状态图
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 c9a9e66

Please sign in to comment.