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-Thread: 103376,2f7ef46127892c41 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.192.66 with SMTP id he2mr325579pbc.6.1336323326673; Sun, 06 May 2012 09:55:26 -0700 (PDT) Path: pr3ni11273pbb.0!nntp.google.com!news2.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Little people supporting Ada, possibly through AdaCore? Date: Sun, 06 May 2012 17:55:27 +0100 Organization: A noiseless patient Spider Message-ID: References: <12955589.960.1336138013614.JavaMail.geo-discussion-forums@vbbfk16> <43677.1420.1336161593478.JavaMail.geo-discussion-forums@ynjb15> <32237742.280.1336321619698.JavaMail.geo-discussion-forums@ynee1> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="GhzCuPrEZ+dInccd0W7aSw"; logging-data="32550"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Y7VHioH5/wzc+nIeZmbmU2oFrxCtgLvc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (darwin) Cancel-Lock: sha1:NArzVOWqAFyoVHOM3RdQe8TsEMs= sha1:KTGa9H39zu6KCN+KiFHuMXPLJkQ= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2012-05-06T17:55:27+01:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: > Le Sun, 06 May 2012 18:26:59 +0200, a > Ă©crit: >>> I suppose you could invent a 'package' Global or Library for >>> library-level subprograms to live in, cf Standard. Only if it helps! >> >> Yes. As you probably noticed, I've already twisted UML "class" to >> represent Ada package because UML "package" does not allow >> subprograms. > > I believe that should be OK to say those classes stands for singleton > objets classes. But I'm not versed at UML, which I know just too much > few. Is there a way to apply a singleton stereotype to classes in > UML? You certainly could, but in this case it makes much more sense (I think) to say what you mean the diagram to represent (the "profile") in plain words. Oliver's use is rather more like what Rational Rose used to call a "utility class" (one which has no instances) than a singleton (which ash one instance).