From e44ec6801edffd5acd0de48aeb85da7c77ef624c Mon Sep 17 00:00:00 2001 From: Juan MarĂ­n Noguera Date: Sat, 5 Dec 2020 22:05:06 +0100 Subject: Diagramas UML --- tds/n1.2.puml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tds/n1.2.puml (limited to 'tds/n1.2.puml') 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 + -- cgit v1.2.3