TestSEHTML / hints /aggregation.html
Alef1986's picture
Upload 1308 files
b0475e3 verified
Raw
History Blame Contribute Delete
642 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Aggregation Relationship</title>
</head>
<body>
<p>The <b>Aggregation Relationship</b> represents that an element combines one or more other concepts.</p>
<h2>Category:</h2>
<p>Structural.</p>
<h2>Examples:</h2>
<p>A Car Insurance Business Product aggregates a Business Contract and some Business Services. "Customer File" aggregates an "Insurance Policy" and "Insurance Claim".</p>
</body>
</html>