PlantUML: also render 'matchedWith' traceability links between attributes

This commit is contained in:
Joeri Exelmans 2024-09-12 17:10:18 +02:00
parent 264e96c11d
commit a926de1998
4 changed files with 81 additions and 52 deletions

View file

@ -326,7 +326,6 @@ class SCD:
# mapping from instance name to UUID
return name_to_instance
def get_attributes(self, class_name: str):
class_node, = self.bottom.read_outgoing_elements(self.model, class_name)
return self._get_attributes(class_node)