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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5716f1b70af0ef9d X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!d55g2000hsg.googlegroups.com!not-for-mail From: vgodunko@gmail.com Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: Avatox 1.8 is now available Date: Tue, 04 Sep 2007 10:57:36 -0700 Organization: http://groups.google.com Message-ID: <1188928656.904851.322690@d55g2000hsg.googlegroups.com> References: <1278164.6P7X0PHotG@linux1.krischik.com> NNTP-Posting-Host: 83.221.193.57 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1188928657 7929 127.0.0.1 (4 Sep 2007 17:57:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 4 Sep 2007 17:57:37 +0000 (UTC) In-Reply-To: <1278164.6P7X0PHotG@linux1.krischik.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: d55g2000hsg.googlegroups.com; posting-host=83.221.193.57; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1737 Date: 2007-09-04T10:57:36-07:00 List-Id: On 1 , 11:46, Martin Krischik wrote: > > Interesting - I still wonder why not XMI - With XMI we could feed the output > into tools like umbrello [2] which would be the first step towards an Ada > UML tool with round trip engineering. > What do you mean by XMI? XMI - XML Metadata Interchange - like XML is information independent format. XML consists from tags, attributes etc; XMI - from class instances and object's properties values. Structure of XML docement may be defined by schema, XMI document _requires_ its metamodel. UML is just a metamodel for data intrchange in XMI format, another wellknown example is UML DI - metamodel for UML diagram interchange. ;-) So, if you want to represent Ada program as XMI document you need first to have Ada language metamodel. Development of such metamodel is a very complex task, but this metamodel may be reused in many tools from IDE syntax highliter and semantic navigation to MDA transformations.