Issue 4674: Need more UML graphical examples (spem-ftf) Source: France Telecom R&D (Mr. Mariano Belaunde, mariano.belaunde@orange-ftgroup.com) Nature: Uncategorized Issue Severity: Summary: Need more UML graphical examples (accompanied with its SPEM translation, using for instance a HUTN notation) Resolution: Accept Revised Text: Replace Fig 12-1 by this: Introduce example package diagram Fig 12-2: Replace Use Case diagram (now 12-3) by this: Reorganize the table of contents at the beginning of chapter 12. Introduce the following paragraph into section 12.2: "OMG document ptc/2002-05-10 contains the example diagrams from this chapter together with a corresponding human-readable textual notation that shows how the examples map into the metamodel." Actions taken: November 7, 2001: received issue October 23, 2002: closed issue Discussion: End of Annotations:===== From: BELAUNDE Mariano FTRD/DTL/LAN To: spem-ftf@omg.org Subject: Issues to the SPEM document Date: Wed, 7 Nov 2001 12:43:16 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-UIDL: Nnl!!iMLe9;"'!!~>;!! Hi all, You will find below a list of issues regarding the current version of the SPEM specification. Regards, Mariano Belaunde France Telecom R&D ------------------------------------------------------ From: BELAUNDE Mariano FTRD/DTL/LAN To: spem-ftf@omg.org Subject: Spem FTF: Proposal for additional examples (issue 4674) Date: Tue, 12 Feb 2002 15:23:47 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1B3D0.E21385E9" X-UIDL: 7lKe93(!e9~I&!!=5jd9 Dear all, My proposal is attached to this message. In this example SPEM is used to describe the software process to transform a Cobol based GUI application into a Java/Swing application. This sample illustrates the usage of guidances, of work products with states that change along the process and also uses a Use Case diagram to show work decomposition. Since the metamodel is not fixed, I cannot yet provide a human-readable textual rendering of this sample in the terms of the metamodel, as it was suggested in the issue. Regards, Mariano <> [] Spem_CobolToJavaSample.doc Subject: Re: Proposal for resolution of the issue #4674 (More examples) To: BELAUNDE Mariano FTRD/DTL/LAN Cc: spem-ftf@omg.org X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 From: "Steve J Cook" Date: Tue, 7 May 2002 12:27:59 +0100 X-MIMETrack: Serialize by Router on d06ml005/06/M/IBM(Release 5.0.9a |January 7, 2002) at 07/05/2002 12:29:25 Mariano We'll discuss the examples on todays call. Regarding the HUTN, there is a separate specification for HUTN in general (UML Textual Notation RFP) which has just passed its revised submission deadline. I do not understand how to maintain dependencies between SPEM and that specification and therefore I believe it is inappropriate for this material to be introduced at present. Regards -- Steve Steve Cook IBM Distinguished Engineer, Member of IBM Academy AIM Strategy and Architecture Office +44 1932 754017 (internal 384017) Mobile +44 7802 155856 (internal 271096) Home office +44 1279 465796 From: "Kruchten, Philippe" To: Steve J Cook Cc: spem-ftf@omg.org Subject: RE: Proposal for resolution of the issue #4676 & 4218 Date: Tue, 7 May 2002 07:51:46 -0700 X-Mailer: Internet Mail Service (5.5.2653.19) Add: - If activity B has a finish-start dependency on activity A, then B can start only after A has finished (strict sequencing, no parallelism). - If activity B has a finish-finish dependency on activity B, then B can finished only after A has finished (parallelism is possible, synchronization at the end). - If activity B has a start-start dependency on activity A, then B can start only after A has started (parallelism is possible, synchronization at the beginning). Philippe