Skip to content

Commit

Permalink
Litt snack i diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog committed Jan 31, 2025
1 parent 145d07d commit 88bbdc1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions mal/input/images/test.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
title Eksempel-diagram
footer Undertekst A

class Folk
class Datamaskin
class Folk {
-Navn : string
+Fødselsår : int
}
class Sykkel
class Tastatur
class Datamaskin {
+Svenskeknapp : boolean
}

Folk <-- Datamaskin
Folk <-- Sykkel
Tastatur --o Datamaskin

@enduml

@enduml

0 comments on commit 88bbdc1

Please sign in to comment.