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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b17a878bb28e84b8,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.155.75 with SMTP id r11mr86924bkw.7.1327141642332; Sat, 21 Jan 2012 02:27:22 -0800 (PST) Path: cj8ni121883bkb.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: mockturtle Newsgroups: comp.lang.ada Subject: Block diagrams for Ada code? Date: Sat, 21 Jan 2012 02:27:21 -0800 (PST) Organization: http://groups.google.com Message-ID: <30261048.184.1327141641882.JavaMail.geo-discussion-forums@vbxy22> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 93.37.89.205 Mime-Version: 1.0 X-Trace: posting.google.com 1327141642 9436 127.0.0.1 (21 Jan 2012 10:27:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 21 Jan 2012 10:27:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.37.89.205; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 User-Agent: G2/1.0 X-Google-Web-Client: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-01-21T02:27:21-08:00 List-Id: Dear.all, I need to draw a "block diagram" overview of a fairly complex Ada code and = I was wondering if there was some more or less "standard" symbols to denot= e things like packages, tasks and protected objects. The only thing that c= omes to my mind is UML, but maybe I would prefer something more Ada-specifi= c. Any ideas? Thanks Riccardo