Is there a tool to do round trip software engineering between a sequence diagram and a group of objects that message back and forth?

Posted by DeveloperDon on Programmers See other posts from Programmers or by DeveloperDon
Published on 2012-10-07T06:42:58Z Indexed on 2012/10/07 9:50 UTC
Read the original article Hit count: 437

Is there a tool to do round trip software engineering between a sequence diagram and a group of objects that message back and forth?

Perhaps this seems a little exotic, but it seems like a function that includes message calls or even method invocations on other objects could be automatically converted to a sequence diagram given that it is not hard to do manually.

Similarly, when a sequence diagram is modified, based on the message name and type of message, should it not be possible to add a message or method to the calling object?

© Programmers or respective owner

Related posts about uml

Related posts about sequence-diagram