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

#8 #7 #386 补交实验7 #2483

Merged
merged 3 commits into from
Apr 17, 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
Binary file added students/1714080902333/Lab7_StateChartDiagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions students/1714080902333/lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 实验七:状态建模

## 一、实验目标

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

## 二、实验内容

1. 根据用例图、活动图、类图、时序图来绘画状态图;
2. 编写实验报告文档。

## 三、实验步骤

1. 在StarUML中创建状态图(StateChartDiagram);
2. 分析MessageParser在整个生命周期内的状态;
3. 确定状态:初始的、等待中的、读取中的、解析中的;
4. 完成状态图绘制;
5. 完成报告编写;

## 四、实验结果

### 1. 报文解析器状态图

![MessageParserStateChartDiagram](./Lab7_StateChartDiagram.jpg)