aboutsummaryrefslogtreecommitdiff
path: root/tds/n1.2.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.2.puml
parentb91b994c2284efe2f10c18d4f5c67e443b74b8ac (diff)
Diagramas UML
Diffstat (limited to 'tds/n1.2.puml')
-rw-r--r--tds/n1.2.puml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tds/n1.2.puml b/tds/n1.2.puml
new file mode 100644
index 0000000..dab75e0
--- /dev/null
+++ b/tds/n1.2.puml
@@ -0,0 +1,6 @@
+@startuml
+left to right direction
+abstract class AbstractList
+LinkedList --|> AbstractList
+@enduml
+