X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Fsvg%2Fnode.py;fp=code%2Fnetwork-topology-instance-generator%2Fmodel%2Fpython%2Fsvg%2Fnode.py;h=3035419c860dcf5379b91fb9dcc3685966a72240;hb=4d23f6eb0b02389aba45d2fb1e0059288e22e528;hp=11ff3a92f7b8b540674b65273ccc5518ce3d8ce5;hpb=c2e3cdf54e96bf38a57eabf5af1339b8c1dd4a14;p=oam.git diff --git a/code/network-topology-instance-generator/model/python/svg/node.py b/code/network-topology-instance-generator/model/python/svg/node.py index 11ff3a9..3035419 100644 --- a/code/network-topology-instance-generator/model/python/svg/node.py +++ b/code/network-topology-instance-generator/model/python/svg/node.py @@ -24,7 +24,7 @@ class Node(Svg): """ Class representing an SVG Element object as Connection Node Edge Point """ - + def label(self) -> str: """ Getter for the short label as displayed of the SVG Element @@ -38,7 +38,7 @@ class Node(Svg): Getter for height of the SVG Element :return Height in pixel """ - self.__height = 1*ConnectionEdgePoint.width(self) + self.__height = 1*ConnectionEdgePoint.width(self) return self.__height # overwrite