Uses of Interface
org.jgrapht.nio.GraphImporter
Package
Description
CSV importers/exporters
DIMACS Challenges importers/exporters
DOT importers/exporters
Graph Exchange XML Format (GEXF) importers/exporters.
GML importers/exporters
Graph6, sparse6 and digraph6 importers/exporters
GraphML importers/exporters
Json importers/exporters
TSPLIB95 importers/exporters
-
Uses of GraphImporter in org.jgrapht.nio.csv
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
DIMACSImporter<V,
E> Imports a graph specified in DIMACS format. -
Uses of GraphImporter in org.jgrapht.nio.dot
-
Uses of GraphImporter in org.jgrapht.nio.gexf
Modifier and TypeClassDescriptionclass
SimpleGEXFImporter<V,
E> Imports a graph from a GEXF data source. -
Uses of GraphImporter in org.jgrapht.nio.gml
Modifier and TypeClassDescriptionclass
GmlImporter<V,
E> Imports a graph from a GML file (Graph Modeling Language). -
Uses of GraphImporter in org.jgrapht.nio.graph6
Modifier and TypeClassDescriptionclass
Importer which reads graphs in graph6 or sparse6 format. -
Uses of GraphImporter in org.jgrapht.nio.graphml
Modifier and TypeClassDescriptionclass
GraphMLImporter<V,
E> Imports a graph from a GraphML data source.class
Imports a graph from a GraphML data source. -
Uses of GraphImporter in org.jgrapht.nio.json
-
Uses of GraphImporter in org.jgrapht.nio.tsplib
Modifier and TypeClassDescriptionclass
TSPLIBImporter<V,
E> Importer for files in the TSPLIB95 format.