From d9479641a67d5bd07001a1c0f015ad76ca53e5d1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 9 Apr 2025 08:12:19 +0200 Subject: update and add diagrams --- Mussel/examples/voting/voting.puml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Mussel/examples/voting/voting.puml (limited to 'Mussel/examples/voting') diff --git a/Mussel/examples/voting/voting.puml b/Mussel/examples/voting/voting.puml new file mode 100644 index 0000000..8460d90 --- /dev/null +++ b/Mussel/examples/voting/voting.puml @@ -0,0 +1,15 @@ +@startuml +'start +:instantiate object; +group init +:activate object; +end group +while (each ½s) +group loop { +:register 3 fake votes; +:fetch and print voting tally; +end group +endwhile +-[hidden]-> +kill +@enduml -- cgit v1.2.3