Refactored the plantuml module
3 unresolved threads
3 unresolved threads
Compare changes
Files
2+ 140
− 61
@@ -34,10 +34,15 @@ plantuml FILENAME.pu -> FILENAME.png
@@ -79,13 +84,23 @@ class Grouped(object):
@@ -96,6 +111,8 @@ def recordtypes_to_plantuml_string(iterable):
@@ -140,74 +157,87 @@ def recordtypes_to_plantuml_string(iterable):
@@ -264,6 +294,15 @@ def retrieve_substructure(start_record_types, depth, result_id_set=None, result_
@@ -281,7 +320,14 @@ def retrieve_substructure(start_record_types, depth, result_id_set=None, result_
@@ -293,17 +339,50 @@ def to_graphics(recordtypes, filename):
this small extension allows for also retrieving referenced Records. It works, but I marked it as a "hack" (I'm sorry), because I intend to make the implementation more general in the future.
changed this line in version 5 of the diff