labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
53 stars 10 forks source link

PhysicalLink: get_connected_physical_ports does not work #163

Closed stephanelacrampe closed 1 year ago

stephanelacrampe commented 1 year ago

In Capella.py: PhysicalLink: get_connected_physical_ports does not work. The method it calls on the java Object does not exist (getConnectedPhysicalPorts). I see 2 methods that corresponds to it: getSourcePhysicalPort getTargetPhysicalPort

ylussaud commented 1 year ago

Duplicate of #115 which is fixed.