Uses of Class
org.jgrapht.nio.BaseEventDrivenImporter
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
-
Uses of BaseEventDrivenImporter in org.jgrapht.nio.csv
Modifier and TypeClassDescriptionclass
Imports a graph from a CSV Format or any other Delimiter-separated value format.class
CSVImporter<V,
E> Imports a graph from a CSV Format or any other Delimiter-separated value format. -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.dimacs
Modifier and TypeClassDescriptionclass
A generic importer using consumers for DIMACS format.class
DIMACSImporter<V,
E> Imports a graph specified in DIMACS format. -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.dot
Modifier and TypeClassDescriptionclass
Import a graph from a DOT file.class
DOTImporter<V,
E> Import a graph from a DOT file. -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.gexf
Modifier and TypeClassDescriptionclass
Imports a graph from a GEXF data source.class
SimpleGEXFImporter<V,
E> Imports a graph from a GEXF data source. -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.gml
Modifier and TypeClassDescriptionclass
Imports a graph from a GML file (Graph Modeling Language).class
GmlImporter<V,
E> Imports a graph from a GML file (Graph Modeling Language). -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.graph6
Modifier and TypeClassDescriptionclass
Importer which reads graphs in graph6 or sparse6 format.class
Importer which reads graphs in graph6 or sparse6 format. -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.graphml
Modifier and TypeClassDescriptionclass
Imports a graph from a GraphML data source.class
GraphMLImporter<V,
E> Imports a graph from a GraphML data source.class
Imports a GraphML file as an edge list.class
Imports a graph from a GraphML data source.class
Imports a graph from a GraphML data source. -
Uses of BaseEventDrivenImporter in org.jgrapht.nio.json
Modifier and TypeClassDescriptionclass
Imports a graph from a JSON file.class
JSONImporter<V,
E> Imports a graph from a JSON file.