Remco, You wrote: > Thank you for the answers. It seems algorithms are best described (eg in > pseudo code) with the operations of classes, in activity diagrams or we > have to purchase various versions of Rose for specific needs. > > I'll stick to describing the algorithms or drawing activity diagrams and > having "the programmers" fill the skeleton code accordingly. Note that - like i said in my previous mail to you - the stuff (psuedocode or whatever) you enter in the semantics tab of the operation is generated as comments into the body of the corresponding operation in sourcecode. This means that the programmer/coder can just copy the semantics-comments in his sourcefile, and then subsequently change every psuedocode statement (in the copy of the semantics-comments) into a number of real statements in that particular programming language. Good luck, Dik ----- Original Message ----- From: R. van Veenendaal <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday 9 May 2001 10:33 Subject: Re: Filling in the operation method (was RE: (ROSE) Model an algorithm) > > > > Allrighty then... > > Thank you for the answers. It seems algorithms are best described (eg in > pseudo code) with the operations of classes, in activity diagrams or we > have to purchase various versions of Rose for specific needs. > > I'll stick to describing the algorithms or drawing activity diagrams and > having "the programmers" fill the skeleton code accordingly. > > Remco > > At 10:05 AM 5/9/01 +0200, you wrote: > >Hi > > > > > I have just started to use Rose and UML seriously. However, I do know > > > that if it was possible to model an algo. in UML then a > > > significant problem in > > > Software Engineering has been solved. The ROSE, UML combination > > > generates only Skeleton of the code, that is, classes, > > > method, interfaces, etc., > > > and their relationships sought. 'Filling the methods' however > > > is to be done by hand. > > > >This is a partially "solved problem" already. > > > >One of the Rose varients, RoseRT, uses the state chart of an active class > >(<<capsule>>) to generate the code for that active class - the internals > of > >the operations, or method. Essentially, this means that most of your > coding > >is done by creating the right elements in your UML model rather than > writing > >by hand. > > > >regards > > > >anthony > > > R. van Veenendaal > Linguistic Engineer > Polderland Language & Speech Technology > Postbus 31070 > 6503 CB Nijmegen > Tel: +31-24-3528853 > Fax: +31-24-3540090 > WWW: WWW.Polderland.Nl > @Work: [EMAIL PROTECTED] > @Home: [EMAIL PROTECTED] > "Very funny Scotty, now beam down my clothes!" > > ************************************************************************ > * Rose Forum is a public venue for ideas and discussions. > * For technical support, visit http://www.rational.com/support > * > * Admin.Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * > * To: [EMAIL PROTECTED] > * Subject:<BLANK> > * Body: unsubscribe rose_forum > * > ************************************************************************* > ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
