首页 > 代码库 > UML类图与类的关系

UML类图与类的关系

内容概要

1 UML类图介绍

2 类之间的关系

2.1 泛化与实现

2.2 关联2.3 依赖

<style type="text/css">ol {padding:0 0 0 20px;margin:0;list-style:none;} li:before {color:#f00; font-family:times new roman;} li{counter-increment:a 1;} li:before{content:counter(a)". ";} li li{counter-increment:b 1;} li li:before{content:counter(a)"."counter(b)". ";} li li li{counter-increment:c 1;} li li li:before{content:counter(a)"."counter(b)"."counter(c)". ";} </style>

内容概要

  1. UML类图介绍
  2. 类之间的关系
    1. 泛化与实现
    2. 关联
    3. 依赖
<script type="text/javascript">var xx=document.getElementById("xx");alert("xx");</script>

参考资料:

http://www.open-open.com/lib/view/open1328059700311.html   UML类图几种关系的总结

http://www.uml.org.cn/oobject/201104212.asp   UML类图与类的关系详解

UML类图与类的关系