mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
updated UML class diagram
This commit is contained in:
BIN
handbook/i/trogclass-2-old.jpg
Normal file
BIN
handbook/i/trogclass-2-old.jpg
Normal file
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 |
@@ -5,7 +5,8 @@
|
|||||||
<title>CUCC Expo Handbook: Troggle UML Class Diagrams</title>
|
<title>CUCC Expo Handbook: Troggle UML Class Diagrams</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||||
</head>
|
</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>
|
<h2 id="tophead">CUCC Expo Handbook - Troggle UML Class Diagrams</h2>
|
||||||
<h1>Troggle UML Class Diagrams</h1>
|
<h1>Troggle UML Class Diagrams</h1>
|
||||||
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
|
<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>
|
<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:
|
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">
|
<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
|
// Chain elements like this
|
||||||
[SVX file{bg:lightblue}]<>-wallet 1..*>[Wallet{bg:red}]++-1..*>[Scanned Note]
|
[SVX file{bg:lightblue}]<>-wallet 1..*>[Wallet{bg:red}]++-1..*>[Scanned Note]
|
||||||
[Wallet]++-1..*>[Scanned CentreLine]
|
[Wallet]++-1..*>[Scanned CentreLine]
|
||||||
|
[Wallet]++-0..*>[Electronic data]
|
||||||
|
|
||||||
[Scanned CentreLine]++-1..*>[Drawing{bg:turquoise}]
|
[Scanned CentreLine]++-1..*>[Drawing{bg:turquoise}]
|
||||||
|
|
||||||
[People{bg:wheat}]<->[LogBook Entry{bg:violet}]
|
[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]
|
[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:
|
// note:
|
||||||
[Cave]-.-[Drawing{bg:turquoise}]
|
[Cave]-.-[Drawing{bg:turquoise}]
|
||||||
|
|
||||||
|
|
||||||
|
[Cave]-.-[Wallet]
|
||||||
|
|
||||||
[Expedition{bg:green}]1<>-1..*[LogBook Entry]
|
[Expedition{bg:green}]1<>-1..*[LogBook Entry]
|
||||||
|
|
||||||
[SurvexBlock{bg:lightblue}]1<>-1..*[SVX file]
|
[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>
|
<a href="seq-wallet.html">Sequence diagram for a new survey wallet</a><br>
|
||||||
Go to
|
Go to
|
||||||
<a href="life-wallet.html">Activity diagram for a new survey wallet</a>
|
<a href="life-wallet.html">Activity diagram for a new survey wallet</a>
|
||||||
<hr />
|
<hr /></body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user