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,8fbb80525a3ce8ee X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-22 19:10:56 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!feed2.onemain.com!feed1.onemain.com!cyclone2.usenetserver.com!usenetserver.com!cyclone-atl1!newsfeeds-atl1.usenetserver.com!e420r-atl1.usenetserver.com.POSTED!not-for-mail From: "David Phillips" Newsgroups: comp.lang.ada References: <9tc0qk$cee$1@nh.pace.co.uk> Subject: Re: UML & Ada X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <63jL7.54826$lV4.7980633@e420r-atl1.usenetserver.com> X-Complaints-To: abuse@usenetserver.com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Thu, 22 Nov 2001 22:06:42 EST Organization: WebUseNet Corp. - "ReInventing The UseNet" Date: Thu, 22 Nov 2001 21:16:01 -0600 Xref: archiver1.google.com comp.lang.ada:16888 Date: 2001-11-22T21:16:01-06:00 List-Id: Marin, I believe you will find that Ada tasks can be modeled as Active Classes in the current UML standard. An Active Class is a class that has it's own thread of control. The notation on the diagram is augmented by making the border around the class on the diagram bold. All places where the class is referenced will have the bold border to signify that the class is active. Hope this helps, David R. Phillips Member Senior Technical Staff CohesionForce, Inc. "Marin David Condic" wrote in message news:9tc0qk$cee$1@nh.pace.co.uk... > The last time I went informally cruising through anything to do with the > UML, I seem to recall that it lacked any means of representing Ada tasks. > Through interaction diagrams, you kind of had a way of saying how one thread > of control would interact with another, but when it came to representing > something that should be translated to a task, complete with rendesvous, > etc, there didn't seem to be any way of expressing this. > > I hear rumors from Dr. Dobbs that there is some sort of revision going on to > come up with a v2.0 of UML. Has anybody heard if there is any intention to > support tasks with some kind of diagram symbol? UML seems to be bent on the > assumption that all software will be built via OOD & I've had a hard time > ibn the past trying to make it fit something that was not OOD, so I'm > wondering if they are at all considering making it more general - or at > least making it possible to describe Ada programs more thoroughly. > > MDC > -- > Marin David Condic > Senior Software Engineer > Pace Micro Technology Americas www.pacemicro.com > Enabling the digital revolution > e-Mail: marin.condic@pacemicro.com > Web: http://www.mcondic.com/ > > >