devops-community

Open full view…

Can code of legacy C++ or Java classes be imported into a UML model?

morrisrx
Fri, 06 Sep 2019 19:39:22 GMT

Can existing code bases of C++ or Java classes be imported as passive classes into an RTist UML model?

Mattias Mohlin
Tue, 17 Sep 2019 06:14:06 GMT

RTist itself does not have such a feature, but its "sister" product Rational Software Architect Design (RSAD) has. It can import Java and C++ classes, but only declarations, not the method bodies. RTist and RSAD shares the same model file format, so an RSAD model can be opened in RTist.

Pritesh Patel
Fri, 20 Sep 2019 16:50:59 GMT

You may review the details about Code to Model Transformations, mentioned above here: C++ to UML: https://www.ibm.com/support/knowledgecenter/SS8PJ7_9.7.0/com.ibm.xtools.transform.cpp.uml.doc/topics/tcppumlover.html Java to UML: https://www.ibm.com/support/knowledgecenter/SS8PJ7_9.7.0/com.ibm.xtools.transform.java.uml.doc/topics/tjavaumlover.html