Package | Description |
---|---|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVExporter<V,E>
Exports a graph into a CSV Format or any other Delimiter-separated value format.
|
class |
DIMACSExporter<V,E>
Exports a graph into DIMACS format.
|
class |
DOTExporter<V,E>
Exports a graph into a DOT file.
|
class |
GmlExporter<V,E>
Exports a graph into a GML file (Graph Modeling Language).
|
class |
Graph6Sparse6Exporter<V,E>
Exporter which exports graphs in graph6 or sparse6 format.
|
class |
GraphMLExporter<V,E>
Exports a graph as GraphML.
|
class |
JSONExporter<V,E>
Exports a graph using JSON.
|
class |
LemonExporter<V,E>
Exports a graph into Lemon graph format (LGF).
|
class |
MatrixExporter<V,E>
|
class |
VisioExporter<V,E>
Exports a graph to a CSV format that can be imported into MS Visio.
|
Copyright © 2019. All rights reserved.