(no title)
vprcic | 4 years ago
I've recently tried to find a suitable solution for this on StackOverflow, but I've been rejected under the "Opinionated question" remark (::sigh::), so I could just as well do it here.
Is there a (Java based) sequence diagram generating tool/library that has the following functionalities:
. supports multiple threads and thread referencing in messages (multiple activations per lifeline)
. supports delayed messages (message trasmission and message reception can occur at different times, i.e. sending a message does not imply immediate reception on the other side)
. no custom language/pseudocode as input, but builder-style approach (I use Java to generate a text description of the diagram and then pass it to the library for parsing - I could just call the methods the parser calls and remove the unneccesary middle man)
. highly customizable visual style (PlantUML, the most flexible I've found in this regard, is notoriously bad at styling, mostly due to a lack of a coherent styling paradigm)
If not, how many people would be interested in such a thing? I may start it as an open source project myself...
imiric|4 years ago
vprcic|4 years ago