It's all about the answers!

Ask a question

Rhapsody Automation: How to create IRPLink(Connector) between ports in the IBD


Vijayanand Karunanithi (1527) | asked Mar 27 '19, 10:52 a.m.

 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?

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.