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-23 14:56:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!newspeer.monmouth.com!news-feed.ifi.uio.no!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Free Ada UML tools Available / Date: Thu, 23 May 2002 21:56:12 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CED3807.5378EC9D@lmco.nospammmmmm.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1022190972 2211 129.241.83.78 (23 May 2002 21:56:12 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 23 May 2002 21:56:12 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:24610 Date: 2002-05-23T21:56:12+00:00 List-Id: On Thu, 23 May 2002 14:42:15 -0400, Joe Simon wrote: > > > Hello. > > Anybody know of any free tools that will allow me to model using UML and > generate Ada code. Use Dia and dia2code the latter supports also Ada. Both are Free Software/Open Source. Dia => http://www.lysator.liu.se/~alla/dia/ Welcome to Dia's homepage. Dia is a gtk+ based diagram creation program released under the GPL license. Dia is designed to be much like the commercial Windows program 'Visio'. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and simple circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape. It can load and save diagrams to a custom XML format (gzipped by default, to save space), can export diagrams to EPS or SVG formats and can print diagrams (including ones that span multiple pages). Dia2code => http://sourceforge.net/projects/dia2code This program generates code from an UML Dia Diagram.Currently supported languages are: Ada, C, C++, IDL, Java, PHP, Python, shapefiles and SQL. Preben