简体   繁体   中英

How can I convert a @startuml code into a GraphML?

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/

You can use the official PlantUML tool to generate UML diagrams easily.

Just copy & paste your code and it will generate it automatically as in my example.

UML generating demo:

UML生成演示

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM