码迷,mamicode.com
首页 > 其他好文 > 详细

UML基本架构建模--给类建模时的注意事项

时间:2015-01-12 11:37:04      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:


 

When you model classes in the UML, remember that every class should map to some tangible or conceptual abstraction in the domain of the end user or the implementer. A well-structured class

1.Provides a crisp abstraction of something drawn from the vocabulary of the problem domain or the solution domain.

2..Embodies a small, well-defined set of responsibilities and carries them all out very well

3.Provides a clear separation of the abstractions specification and its implementation.

4.Is understandable and simple, yet extensible and adaptable.

When you draw a class in the UML, 

1.Show only those properties of the class that are important to understanding the abstraction in its context.

2.Organize long lists of attributes and operations by grouping them according to their category.

3.Show related classes in the same class diagrams,

 

当你在UML中构建类模型时,记住每个类都将映射到终端用户或实施者领域内的真实的或概念上的抽象事物.一个良好结构的类:

1.为来自问题领域或是解决方案领域的词汇表的某事物规定清晰的抽象.

2.体现一组短小并具有良好定义的职责,它们都能很好的执行.

3.在抽象事物的规范和实施之间规定清晰的分离.

4.是可以理解的,简单的,具有可扩展性和适应性.

当你在UML中画某个类时,

1.类的重要的,能理解这个抽象事物的上下文的属性才被显示.

2.在组织很长一列的属性和操作时,把它们按照类型进行分组.

3.在同一个类图中显示关联的类.

 

UML基本架构建模--给类建模时的注意事项

标签:

原文地址:http://blog.csdn.net/listen_snow/article/details/42639715

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!