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,d2fdf39976bd1585 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 30 May 2006 12:50:25 -0500 Date: Tue, 30 May 2006 18:50:24 +0100 From: Martin Dowie User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ANN: Ada source code decorator References: <447306ee$0$11066$9b4e6d93@newsread4.arcor-online.net> <4475d870@news.upm.es> <1148622876.114738.62910@i40g2000cwc.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 86.131.213.54 X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-x6AqdJK8FSn6IBENSBJh7c/wfuHRTdJvJHVCphfUzD7UWDe23JeVguHdWDk+1CdQX/oHWzGlZzUuFVs!UyWVeU2ZtYxx/JF0WVjRcMwHr4l3LGxmPV5nbh2husUuVI/O/GKH/ntiYkgLPA== X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4608 Date: 2006-05-30T18:50:24+01:00 List-Id: Simon Wright wrote: > In the reverse direction, given a UML model, are you going to map a > Class to a package? to a tagged type? Either would be valid ... (and > would have its own difficulties). I've never understood this view point - a UML class is (to me) clearly an Ada publicly tagged type. If you are using UML classes you are explicitly "OO". If you don't want OO then you can always add functions/procedures to packages (or at least you can in some UML tools ;-). Cheers -- Martin