uml.html

来自「the teacher resource code about the seco」· HTML 代码 · 共 20 行

HTML
20
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ArrayList Class</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body background="../figs/whitgran_y.jpg">
<p align="right"><font size="-1">&copy; Dmitry Gakhovich</font></p>
<p><strong><font color="#FF0000" size="+2">Society UML</font></strong></p>
<p>Below there is a simple UML diagram fro our Society. Here we have <strong><em>one</em></strong> 
  Society object assotiated with <strong>one</strong> ArrayList object (one-to-one 
  association). The ArrayList object has <em><strong>zero-to-many</strong></em> 
  Person objects (aggregation or composition):</p>
<p align="center"><img src="fig5.gif" width="480" height="97"></p>
<p>Of course, in the real world there is no society with no person but we leave 
  the issue for philosofers :)</p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?