Uses of Interface
org.jgrapht.nio.GraphImporter
Package | Description |
---|---|
org.jgrapht.nio.csv |
CSV importers/exporters
|
org.jgrapht.nio.dimacs |
DIMACS Challenges importers/exporters
|
org.jgrapht.nio.dot |
DOT importers/exporters
|
org.jgrapht.nio.gexf |
Graph Exchange XML Format (GEXF) importers/exporters.
|
org.jgrapht.nio.gml |
GML importers/exporters
|
org.jgrapht.nio.graph6 |
Graph6, sparse6 and digraph6 importers/exporters
|
org.jgrapht.nio.graphml |
GraphML importers/exporters
|
org.jgrapht.nio.json |
Json importers/exporters
|
org.jgrapht.nio.tsplib |
TSPLIB95 importers/exporters
|
-
Uses of GraphImporter in org.jgrapht.nio.csv
Classes in org.jgrapht.nio.csv that implement GraphImporter Modifier and Type Class Description class
CSVImporter<V,E>
Imports a graph from a CSV Format or any other Delimiter-separated value format. -
Uses of GraphImporter in org.jgrapht.nio.dimacs
Classes in org.jgrapht.nio.dimacs that implement GraphImporter Modifier and Type Class Description class
DIMACSImporter<V,E>
Imports a graph specified in DIMACS format. -
Uses of GraphImporter in org.jgrapht.nio.dot
Classes in org.jgrapht.nio.dot that implement GraphImporter Modifier and Type Class Description class
DOTImporter<V,E>
Import a graph from a DOT file. -
Uses of GraphImporter in org.jgrapht.nio.gexf
Classes in org.jgrapht.nio.gexf that implement GraphImporter Modifier and Type Class Description class
SimpleGEXFImporter<V,E>
Imports a graph from a GEXF data source. -
Uses of GraphImporter in org.jgrapht.nio.gml
Classes in org.jgrapht.nio.gml that implement GraphImporter Modifier and Type Class Description class
GmlImporter<V,E>
Imports a graph from a GML file (Graph Modeling Language). -
Uses of GraphImporter in org.jgrapht.nio.graph6
Classes in org.jgrapht.nio.graph6 that implement GraphImporter Modifier and Type Class Description class
Graph6Sparse6Importer<V,E>
Importer which reads graphs in graph6 or sparse6 format. -
Uses of GraphImporter in org.jgrapht.nio.graphml
Classes in org.jgrapht.nio.graphml that implement GraphImporter Modifier and Type Class Description class
GraphMLImporter<V,E>
Imports a graph from a GraphML data source.class
SimpleGraphMLImporter<V,E>
Imports a graph from a GraphML data source. -
Uses of GraphImporter in org.jgrapht.nio.json
Classes in org.jgrapht.nio.json that implement GraphImporter Modifier and Type Class Description class
JSONImporter<V,E>
Imports a graph from a JSON file. -
Uses of GraphImporter in org.jgrapht.nio.tsplib
Classes in org.jgrapht.nio.tsplib that implement GraphImporter Modifier and Type Class Description class
TSPLIBImporter<V,E>
Importer for files in the TSPLIB95 format.