PlantUML: also render 'matchedWith' traceability links between attributes
This commit is contained in:
parent
264e96c11d
commit
a926de1998
4 changed files with 81 additions and 52 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue