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,57c80c1c1b1f8820 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!40g2000vbn.googlegroups.com!not-for-mail From: Matteo Bordin Newsgroups: comp.lang.ada Subject: =?windows-1252?Q?Re=3A_Comparison_=3A_Ada_and_UML_=28comparison=85_indeed=29?= Date: Wed, 10 Nov 2010 01:34:42 -0800 (PST) Organization: http://groups.google.com Message-ID: <88f637f8-e39d-420f-b4d1-63a3588a8fcc@40g2000vbn.googlegroups.com> References: NNTP-Posting-Host: 194.98.77.125 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1289381682 3758 127.0.0.1 (10 Nov 2010 09:34:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Nov 2010 09:34:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 40g2000vbn.googlegroups.com; posting-host=194.98.77.125; posting-account=0fK-ZgoAAACswzEJSZ3LA9AZ4FnRU7mX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16388 Date: 2010-11-10T01:34:42-08:00 List-Id: On Nov 9, 9:02=A0pm, Simon Wright wrote: > Matteo Bordin writes: > > a UML class needs to be instantiated to have a run-time executable > > semantics > > I don't understand this? What I meant to say is that a UML class is not an instance. This was related to the discussion about HOOD and the problem of mapping the notion of HOOD object to a UML element. Mapping it to a class is controversial because the two elements are really different: a UML class needs to be instantiated, a HOOD object is already a "runnable" element. > There has to be some sort of profile (both in allowable UML constructs > and what they mean in terms of program execution). "If you model like > _this_ and generate code using _our generator_, the result will work > like _that_". Sure, but this way you may risk to model your application based on a precise code generation strategy, possibly loosing portability and platform-independence of models.