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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cfcf6e3e7ade5a74 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-24 02:21:54 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Free Ada UML tools Available / Date: Fri, 24 May 2002 09:21:53 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CED3807.5378EC9D@lmco.nospammmmmm.com> <9ff447f2.0205232202.2451c06e@posting.google.com> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1022232113 21262 129.241.83.82 (24 May 2002 09:21:53 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 24 May 2002 09:21:53 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:24632 Date: 2002-05-24T09:21:53+00:00 List-Id: On 23 May 2002 23:02:26 -0700, Adrian Hoe wrote: > What a nice UML (and other) drawing tool! But still has plenty of room > for improvement including the code generator. > > All operations will be generated as functions in Ada. (I have not > tried generating for others yet) Is this a feature or a shortage? > Still has to do alot of hand work on the generated Ada code. Yes, but I guess that the project needs a helping hand from more Ada people. Alternatively one could start a Dia2Ada project (in Ada of course) using the XML file that you can create with Dia. What is it really that one expect of code from a UML model? I mean is it only the skeleton code or should it do more? Preben who hasn't looked much at UML and code generation from it.