By Eclipse UML plugin, I can draw sequence diagram which is saved as a
xml file. The xml file represents the diagram by the coordinates of
objects. Does anyone know is there any way to represent the diagram by
their logic relations instead of the locations? For example, in my
sequence diagram, I have a frame which property is alt, how to check the
method calls in the frame easily if I don't read coordinates and count
them.
Or is there existed tool to translate the xml (representing the sequence
diagram) to Java program?