Closed AlexisDrogoul closed 1 year ago
Now tracked under #1362
Reopening this issue for the next round of development on GAMA 2.0
It is my understanding that this has been implemented (by @ptaillandier ?) and is now available in GAMA 1.9.1. See, e.g., https://github.com/gama-platform/gama/blob/GAMA_1.9.2/msi.gama.core/src/msi/gama/util/file/GamaGraphFile.java and its subclasses.
Current situation
Graphs are read and written using special statements/operators, which rely on the
prefuse
library.Expected behavior
Graphs should be read and written as other types of data, using special flavours (subclasses) of the GamaFile infrastructure. Thanks to the new inclusion of JGraphT 1.0.1, we should also be able to get rid of
prefuse
(as JGraphT includes reading and writing to/from GML, GraphML, dot, which constitute the vast majority of the needs.System and version
Git Version.