Basically what I am looking for is something similar to this (except for DQMH)
It allows you to generate a trace with DETT and then use that as the basis for a sequence diagram.
A couple use cases:
1. You inherit a project that doesn't have any sequence diagrams. It would be nice to run this and see which modules launch which and how they communicate.
2. Troubleshooting - Things are supposed to happen in a certain order, but aren't working
3. Generating documentation - Let's say you didn't start by writing a sequence diagram, but now want to document the order things happen in.
I think this compliments the static diagrams in Anti-doc. Anti-doc clearly shows who sends broadcasts/requests to who, but doesn't show anything about timing.
@Olivier I think this would be a cool addition to Anti-Doc. It obviously couldn't generate the traces, but if you had a few, you could probably figure out how to point to them and include them. And maybe Anti-doc doesn't even run the tool on the traces. Maybe you run that seperately and then have antidoc render the resulting plant uml?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So far, I'm declining your suggestion because, in any case, if a tool is going to be released in the future, it will not be part of the framework itself.
@Taggart, thank you again for your help and your time writing down this suggestion.