2020-06-22 23:32:06 +01:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title >
CUCC Expo Handbook: Wallet Process UML Diagrams
< / title >
2024-02-09 00:01:17 +00:00
< link rel = "stylesheet" type = "text/css" href = "/css/main2.css" / >
2020-06-22 23:32:06 +01:00
< / head >
< body >
< h2 id = "tophead" > CUCC Expo Handbook - Wallet Process Sequence< / h2 >
< h1 > Wallet Process Sequence< / h1 >
< div class = "centre" >
< img alt = "wallet process sequence" src = "../i/seq-wallet.jpg" / > < / div >
2021-12-02 22:31:46 +00:00
< p > A Sequence Diagram is oen the the types of Interaction Diagram used to understand complex systems.
2020-06-22 23:32:06 +01:00
< ul >
< li > < a href = "https://en.wikipedia.org/wiki/Sequence_diagram" > wikipedia:Sequence_diagram< / a >
< li > < a href = "https://www.tutorialspoint.com/uml/uml_interaction_diagram.htm" > Sequence and Collaboration Diagrams< / a >
< li > < a href = "https://www.guru99.com/interaction-collaboration-sequence-diagrams-examples.html" > Interaction, Collaboration, Sequence Diagrams< / a >
< / ul >
2020-08-02 21:58:32 +01:00
< p > We also have a "< a href = "life-wallet.html" > activity< / a > " lifecycle diagram which shows clearly the states which a wallet can be in during its life.
2021-12-02 22:31:46 +00:00
< p > Both "activity" and "sequence" diagrams are part of the UML software specification system. We also have a "< a href = "trogclass-1.html" > class< / a > " diagram for troggle.
2020-08-02 21:58:32 +01:00
That page also defines the "essential", "specification" and "implementation" levels at which troggle is designed and maintained.
< h3 > This diagram< / h3 >
2020-06-22 23:32:06 +01:00
< p > This diagram was created online using the free software at < a href = "https://www.websequencediagrams.com/" > www.websequencediagrams.com/< / a > .
< 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 >
title Wallet Process Sequence
Survex file-->Survex file: copy empty svx template
note over Wallet: Put original notes into plastic wallet]
loop type survey points for each passage
Wallet->+Survex file: create svx file
Survex file->+Wallet: scan printed svx
end
Wallet-->Wallet: trace over printed svx
Wallet->+Drawing file: create .th or .xml file
Wallet-->Wallet: fix contents.json
# mode online https://www.websequencediagrams.com/
note over Wallet: in expofiles/surveyscans/< year >
note over Drawing file: in :drawings: repo
note over Survex file: in :loser: repo
# Things to add on Drawing and Survex file sequences
# Survex file-->Survex file: create *include svx file (?)
# Drawing file-->Drawing file: re-edit to make whole survey (?)
< / code > < / pre >
<!--
title Wallet Process Sequence
# Philip Sargent 20 May 2020
# made online https://www.websequencediagrams.com/
# philip.sargent@cambridgeenergy.uk free account
-->
< hr / >
2022-02-24 12:29:51 +00:00
Go to
< a href = "/handbook/survey/newwallet.html" > Creating a new survey wallet< / a > .
< hr >
2020-06-22 23:32:06 +01:00
< / body >
< / html >