Rhapsody Automation: How to create IRPLink(Connector) between ports in the IBD
Hello Forum,
Currently I am working on Automation of Rhpasody Model Creation using Java API.
As a part of it, i have created the IBD and added all the required blocks as a node like below.
IRPStructureDiagram internalBD = (IRPStructureDiagram) findInsidePackage(rpPackage, ibdName, "Internal Block Diagram");
internalBD.addNewNodeForElement(modelElement, 100, 100, 100, 100);
Already I have added Proxy Port for each Model Element and it is working as expected.
But the problem is, i am not able to created connector between ProxyPorts.
Kindly share the snippet used to create IRPLink(Connector) between ports in IBD?