Skip to content

Commit

Permalink
提交实验七文档
Browse files Browse the repository at this point in the history
  • Loading branch information
stop-imagine authored Apr 20, 2020
1 parent 0ec310a commit 23015f4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions students/1714080902325/Lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 实验七:状态建模

## 一、实验目标

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

## 二、实验内容

1. 观看视频学习对象的状态概念和状态建模;
2. 提取选题中的对象并分析其状态;
3. 画出状态图。

## 三、实验步骤

1. 寻找一个关键的状态:演唱会门票;
2. 设计演唱会门票的关键状态:已上线的、已售的、过期的;
3. 设计状态之间的转变条件;
4. 编写实验文档。

## 四、实验结果

![演唱会门票的状态图](https://github.com/stop-imagine/uml-modeling-2020/blob/master/students/1714080902325/Lab7_StatechartDiagram.jpg)
图1:演唱会门票的状态图

## 五、实验体会

1. 描述状态是一个形容词,不能写不存在的状态;
2. 分析对象的状态时,不要拘束于自己所选择的功能;
3. 整个状态图都是在描述一个对象。

0 comments on commit 23015f4

Please sign in to comment.