updated UML class diagram

This commit is contained in:
2025-02-06 13:01:56 +00:00
parent f53273047e
commit 44186cdf4f
4 changed files with 15 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -5,7 +5,8 @@
<title>CUCC Expo Handbook: Troggle UML Class Diagrams</title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
</head>
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<h2 id="tophead">CUCC Expo Handbook - Troggle UML Class Diagrams</h2>
<h1>Troggle UML Class Diagrams</h1>
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
@@ -67,18 +68,24 @@ Or there is a <a href="https://marketplace.visualstudio.com/items?itemName=Jaime
<p>
You can edit your own version to revise this when it becomes outdated. <br>This is the entire source code that generates the diagram:
<pre><code style ="font-size:x-small">
// Troggle Class Diagram (update 2023-01-30)
// -----------------------------------------
// Troggle Class Diagram
// ---------------------
// 2025-02-06 Philip Sargent
// Chain elements like this
[SVX file{bg:lightblue}]<>-wallet 1..*>[Wallet{bg:red}]++-1..*>[Scanned Note]
[Wallet]++-1..*>[Scanned CentreLine]
[Wallet]++-0..*>[Electronic data]
[Scanned CentreLine]++-1..*>[Drawing{bg:turquoise}]
[People{bg:wheat}]<->[LogBook Entry{bg:violet}]
[People]1..3<->[SVX file]
[People{bg:wheat}]0..1<->0..1[Users{bg:cyan}]
[Users]1<->0..1[Signups{bg:red}]
[Signups]<->[PersonExpedition{bg:yellowgreen}]
[Cave{bg:cyan}]->[LogBook Entry]
@@ -87,6 +94,9 @@ You can edit your own version to revise this when it becomes outdated. <br>This
// note:
[Cave]-.-[Drawing{bg:turquoise}]
[Cave]-.-[Wallet]
[Expedition{bg:green}]1<>-1..*[LogBook Entry]
[SurvexBlock{bg:lightblue}]1<>-1..*[SVX file]
@@ -161,6 +171,5 @@ Go to
<a href="seq-wallet.html">Sequence diagram for a new survey wallet</a><br>
Go to
<a href="life-wallet.html">Activity diagram for a new survey wallet</a>
<hr />
</body>
<hr /></body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB