Hello,
I have been trying to develop a JavaFX app that opens a .graphml created in yED and highlights a path between 2 nodes. The thing is that the graphml structure and tags are different from yED to yFiles.
i.e.: yFiles does not recognize types as ShapeNode, Geometry, etc and only imports the edges and nodes, no style
Any suggestion on this?