Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open Graphml file created in YEdStateMachineReportGeneratorTest #82

Open
ChristopheI opened this issue Jul 19, 2022 · 2 comments

Comments

@ChristopheI
Copy link

Hi,
This library seems awesome !

I would like to use the Graphml diagram report but unfortunately it doesn't work for me.
I can't open the graphml file created in YEdStateMachineReportGeneratorTest in Gephi (desktop version) or in Yed browser live version (https://www.yworks.com/yed-live/)

I just saved the result of "cleanedReport" variable in a file with graphml extension.

What I am doing wrong ?

Thx

@ursenzler
Copy link
Member

It’s probably a change in the way that Yed stores the graph in the graphml file that results in an incompatibility.
So the solve this, the report generator needs probably to be updated.
I guess that you could copy the yEd generator to your code and see if you can change it.
But be aware that this is a cumbersome job because there is no documentation on how yEd stores the graph. I had to reverse engineer from a saved graph made with yEd.

@ChristopheI
Copy link
Author

Thank you for your prompt answer.

Unfortunately I didn't have time for the moment to dig in yEd and graphml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants