networkit.GEXFIO

class networkit.GEXFIO.GEXFReader

Bases: networkit.graphio.GEXFReader

DEPRECATED. This class (and the networkit.GEXFIO module) will be removed in future updates. Use networkit.graphio.GEXFReader instead.

This class provides a function to read a file in the GEXF (Graph Exchange XML Format) format.

For more details see: http://gexf.net/

class networkit.GEXFIO.GEXFWriter

Bases: networkit.graphio.GEXFWriter

DEPRECATED. This class (and the networkit.GEXFIO module) will be removed in future updates. Use networkit.graphio.GEXFWriter instead.

This class provides a function to write a NetworKit graph to a file in the GEXF format.