aboutsummaryrefslogtreecommitdiff
path: root/tds/n1.6.puml
diff options
context:
space:
mode:
authorJuan Marín Noguera <juan.marinn@um.es>2020-12-05 22:05:06 +0100
committerJuan Marín Noguera <juan.marinn@um.es>2020-12-07 17:41:25 +0100
commite44ec6801edffd5acd0de48aeb85da7c77ef624c (patch)
tree9532372253d643f60968e7b2698a486e915312f6 /tds/n1.6.puml
parentb91b994c2284efe2f10c18d4f5c67e443b74b8ac (diff)
Diagramas UML
Diffstat (limited to 'tds/n1.6.puml')
-rw-r--r--tds/n1.6.puml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tds/n1.6.puml b/tds/n1.6.puml
new file mode 100644
index 0000000..b97f5fc
--- /dev/null
+++ b/tds/n1.6.puml
@@ -0,0 +1,7 @@
+@startuml
+left to right direction
+interface List
+LinkedList --|> List
+
+SQLiteDatabase -() Database
+@enduml