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