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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a86f1b04a0a258b4 X-Google-Attributes: gid103376,public X-Google-Thread: 1108a1,a86f1b04a0a258b4 X-Google-Attributes: gid1108a1,public From: Alan Gauld Subject: Re: UML & Ada Date: 1998/06/18 Message-ID: <3588F434.93BD4C1C@gssec.bt.co.uk>#1/1 X-Deja-AN: 363820210 Content-Transfer-Encoding: 7bit References: <35868F4A.FC463980@email.mot.com> <6majrv$tj0@gcsin3.geccs.gecm.com> Content-Type: text/plain; charset=us-ascii Organization: BT Mime-Version: 1.0 Reply-To: alan.gauld@gssec.bt.co.uk Newsgroups: comp.lang.ada,comp.object Date: 1998-06-18T00:00:00+00:00 List-Id: > Alternatively just a good general UML book. I'm finding the Wrox press "Instant UML" quite useful. UML Distilled gets good rviews too. On the original thread - look at Booch's first edition of his OOD book. The last case study is an OO system in ADA. Also the OMT book by Rumbaugh gives general guidance in implementing OOD in non OOP languages. (I think from memory, that the Coad/Yourdon OOD book does also) Although the notations are different they all translate directly and easily to UML. Alan G.