Module org.jgrapht.io
Package org.jgrapht.nio.gexf
package org.jgrapht.nio.gexf
Graph Exchange XML Format (GEXF) importers/exporters.
See here for a description of the format.
-
ClassDescriptionAttribute types supported by GEXF.GEXFExporter<V,
E> Exports a graph as GEXF (Graph Exchange XML Format).Denotes the category of a GEXF-Attribute.Parameters that affect the behavior of the exporter.Imports a graph from a GEXF data source.SimpleGEXFImporter<V,E> Imports a graph from a GEXF data source.