Skip to content

Commit

Permalink
Add object collections figure #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Sep 29, 2024
1 parent 5397e31 commit 49dc583
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lectures/figures/uml/object_collections.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@startuml
skin rose

object deck {
description = animals
id = 17
words
}

map "map: Map<String, String>" as words {
dog => kutya
cat => macska
fox => róka
lynx => hiúz
}
deck::words --> words
@enduml
1 change: 1 addition & 0 deletions lectures/figures/uml/object_collections.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49dc583

Please sign in to comment.