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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5ea22870217a3d5a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.17.140 with SMTP id s12mr13330064qaa.3.1360771343877; Wed, 13 Feb 2013 08:02:23 -0800 (PST) X-Received: by 10.49.24.13 with SMTP id q13mr1503410qef.33.1360771343818; Wed, 13 Feb 2013 08:02:23 -0800 (PST) Path: k2ni24985qap.0!nntp.google.com!p13no14444433qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 13 Feb 2013 08:02:23 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.109.190.88; posting-account=mOyWBQoAAAD7S-NBmMUOr9hRClcL0vqR NNTP-Posting-Host: 192.109.190.88 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <57e121fc-4f07-4654-a908-edab89d422bd@googlegroups.com> Subject: Re: References on encoding (Hierarchical) State Machines / Automata in Ada? From: rrr.eee.27@gmail.com Injection-Date: Wed, 13 Feb 2013 16:02:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-13T08:02:23-08:00 List-Id: I recommend looking at "Rhapsody in Ada", now by IBM, formerly iLogix. I used it around 2004. AFAIK it is still available. "Rhapsody in Ada" is a UML tool very strong in (hierarchical) state machines. There are external add-ons (provers) for almost everything you can prove in a state machine. I did not consider the generated Ada code as very efficient, though (don't rember why). HTH R