I have created a @startuml code that generates some class and sequence diagrams using PlantUML and it looks good but I would like to be able to edit the resulting graph using GraphML with the yed-live tool from yworks.com for example.
How can I convert the @startuml code to be compatible with GraphML?
Example:
@startuml
Bob -> Alice: Hello!
@enduml
And you can check the result in https://www.planttext.com/