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-Thread: 103376,4c17e6ae73bd8c51 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!newsfeed1.swip.net!not-for-mail Message-ID: <4C7D7229.3000501@nowhere.com> Date: Tue, 31 Aug 2010 23:20:41 +0200 From: nobody User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: sv, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada and UML References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: A Customer of Tele2 NNTP-Posting-Host: 212.151.11.253 X-Trace: 1283289705 anchorman-read.tele2.net 16869 212.151.11.253:1100 X-Complaints-To: abuse@swip.net Xref: g2news1.google.com comp.lang.ada:13883 Date: 2010-08-31T23:20:41+02:00 List-Id: Matteo Bordin wrote: > Ada profiles for UML surely exists, but > they make UML models implicitly not implementable on any other > programming language. There are also platform independent profiles with semantics. I use one every day called xtUML. And translate the same models to both C++ and Ada-95. Spark is under development. The xtUML profile is used for ANALYSIS models. We do NOT code C++ or Ada in UML. We do analysis. Then the translation into code is just something mechanical.