Hello,
I am using the java API to read a Rhapsody model and print out informations.
In this model there is requirements and use case with "depedency links" between them.
See the attached picture to see exactly how it is.
I know the GUID of requirement_1 and I tried many different methods (with the wonderfulll amount of documentation, there is no other choice

) but none of them is returning the information I Look for.
IRPCollection coll =((IRPRequirement)rhapProject.findElementByGUID(guid)).getDependencies();//.getAnchoredByMe();//.getConstraintsByHim();//.getConstraints();//.getAnnotations();//.getMainDiagram();//.getHyperLinks();//.getReferences();
If you solved this problem with the Java or anoter API, please tell me how.
regards,
Synn