Bonjours tout le monde.
Est ce qu'il y a quelqu'un qui sait quelque chose sur GML et java?
comment puis-je lire un fichier gml contenant la structure d'un graph ayant le format suivant:
* graph [
* node [
* id 1
* ]
* node [
* id 2
* ]
* node [
* id 3
* ]
* edge [
* source 1
* target 2
* weight 2.0
* ]
* edge [
* source 2
* target 3
* weight 3.0
* ]
* ]
Partager