Package | Description |
---|---|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVImporter<V,E>
Imports a graph from a CSV Format or any other Delimiter-separated value format.
|
class |
DIMACSImporter<V,E>
Imports a graph specified in DIMACS format.
|
class |
DOTImporter<V,E>
Import a graph from a DOT file.
|
class |
GmlImporter<V,E>
Imports a graph from a GML file (Graph Modeling Language).
|
class |
Graph6Sparse6Importer<V,E>
Importer which reads graphs in graph6 or sparse6 format.
|
class |
GraphMLImporter<V,E>
Imports a graph from a GraphML data source.
|
class |
JSONImporter<V,E>
Imports a graph from a JSON file.
|
class |
SimpleGraphMLImporter<V,E>
Imports a graph from a GraphML data source.
|
Copyright © 2019. All rights reserved.