From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00,FROM_WORDY, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,1d52a75fd633fefc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-13 20:52:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!64.71.136.253.MISMATCH!news!news.he.net!nntp.primenet.com!nntp.gblx.net!nntp.flash.net!news.flash.net!not-for-mail From: "Ken Garlington" Newsgroups: comp.lang.ada References: <3A844255.24A4DBA3@lmco.com> <968vnc$5a2$1@nnrp1.deja.com> Subject: Re: UML (Was: Ada to C++ translator?) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Wed, 14 Feb 2001 04:48:10 GMT NNTP-Posting-Host: 65.65.208.141 X-Complaints-To: abuse@flash.net X-Trace: news.flash.net 982126090 65.65.208.141 (Tue, 13 Feb 2001 22:48:10 CST) NNTP-Posting-Date: Tue, 13 Feb 2001 22:48:10 CST Organization: FlashNet Communications, http://www.flash.net Xref: supernews.google.com comp.lang.ada:5248 Date: 2001-02-14T04:48:10+00:00 List-Id: "Frode Tenneb�" wrote in message news:ddo969.8qa.ln@leia... : This is indeed a very interesting idea. I have only barely touched a : UML tool (Rational Rose), so I wouldn't really have any experiences at : all. However, one of it's selling points is the ability to reverse : engineer code and draw fancy diagrams for you. : : And if it can do Ada -> UML -> Ada, why should it not manage : Ada -> UML -> C++ (or more desireable, C++ -> UML -> Ada)? : : Have you tried this without success before? My understanding is that Rose will only generate the overall structure of the code; it's not a complete code generator (or, by extension, a translator).