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 ************************************************************************ * 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 * *************************************************************************
