Class Diagram
2015-06-10 21:38:06 8 举报
类图(Class Diagram)是一种用于描述系统结构和静态关系的图形表示方法。它展示了系统中的类、接口、关联关系、继承关系、实现关系等元素,并帮助我们理解系统的组成部分以及它们之间的交互方式。类图中的每个类都由一个矩形表示,类名位于矩形的中心,属性和方法则位于类的下方。类之间的关系通过箭头和标签表示,例如单向关联、双向关联、聚合关系等。通过类图,我们可以更好地分析和设计软件系统,提高开发效率和代码质量。
作者其他创作
大纲/内容
Speed
Id=\"ER2\"Test=\"Adjust the room temperature as fast as possible\"
Temperature setting
Id=\"R 01\"Test= \"The user shall be able to set the temperature he wants in the room\"
Comfort
Id=\"ER1\"Test=\"Adjust the room temperature to the chosen temperature with no \"pumping\"fo the system\"
Accuracy
Id=\"PR1\"Test=\"The system should adjust the temperature within a defined range of +-1 deg C\".
regulate the temperature
Id=\"R 0\"Test= \"Adjust the room temperature to the temperature chosen by the user\"
Consumption
Id=\"ER3\"Test=\" Achieve this adjustment with the lower energy consumption \"
0 条评论
下一页