All Classes
| Class | Description |
|---|---|
| Attribute |
An attribute
|
| AttributeType |
Denotes the type of an attribute.
|
| BaseEventDrivenImporter<V,E> |
Base implementation for an importer which uses consumers to notify interested parties.
|
| BaseExporter<V,E> |
Base implementation for an exporter.
|
| CSVEventDrivenImporter |
Imports a graph from a CSV Format or any other Delimiter-separated value format.
|
| CSVExporter<V,E> |
Exports a graph into a CSV Format or any other Delimiter-separated value format.
|
| CSVFormat |
Supported CSV formats.
|
| CSVFormat.Parameter |
Parameters that affect the behavior of CVS importers/exporters.
|
| CSVImporter<V,E> |
Imports a graph from a CSV Format or any other Delimiter-separated value format.
|
| DefaultAttribute<T> |
Default implementation of an attribute.
|
| DIMACSEventDrivenImporter |
A generic importer using consumers for DIMACS format.
|
| DIMACSExporter<V,E> |
Exports a graph into DIMACS format.
|
| DIMACSExporter.Parameter |
Parameters that affect the behavior of the
DIMACSExporter exporter. |
| DIMACSFormat |
DIMACS challenge format.
|
| DIMACSImporter<V,E> |
Imports a graph specified in DIMACS format.
|
| DOTEventDrivenImporter |
Import a graph from a DOT file.
|
| DOTExporter<V,E> |
Exports a graph into a DOT file.
|
| DOTImporter<V,E> |
Import a graph from a DOT file.
|
| EventDrivenImporter<V,E> |
Interface for an importer using consumers.
|
| ExportException |
An exception that the library throws in case of graph export errors.
|
| GEXFAttributeType |
Attribute types supported by GEXF.
|
| GEXFExporter<V,E> |
Exports a graph as GEXF (Graph Exchange XML Format).
|
| GEXFExporter.AttributeCategory |
Denotes the category of a GEXF-Attribute.
|
| GEXFExporter.Parameter |
Parameters that affect the behavior of the exporter.
|
| GmlEventDrivenImporter |
Imports a graph from a GML file (Graph Modeling Language).
|
| GmlExporter<V,E> |
Exports a graph into a GML file (Graph Modeling Language).
|
| GmlExporter.Parameter |
Parameters that affect the behavior of the
GmlExporter exporter. |
| GmlImporter<V,E> |
Imports a graph from a GML file (Graph Modeling Language).
|
| Graph6Sparse6EventDrivenImporter |
Importer which reads graphs in graph6 or sparse6 format.
|
| Graph6Sparse6Exporter<V,E> |
Exporter which exports graphs in graph6 or sparse6 format.
|
| Graph6Sparse6Exporter.Format |
Format type: graph6 (g6) or sparse6(s6)
|
| Graph6Sparse6Importer<V,E> |
Importer which reads graphs in graph6 or sparse6 format.
|
| GraphExporter<V,E> |
Interface for graph exporters
|
| GraphImporter<V,E> |
Interface for graph importers
|
| GraphMLEventDrivenImporter |
Imports a graph from a GraphML data source.
|
| GraphMLExporter<V,E> |
Exports a graph as GraphML.
|
| GraphMLExporter.AttributeCategory |
Denotes the category of a GraphML-Attribute.
|
| GraphMLImporter<V,E> |
Imports a graph from a GraphML data source.
|
| ImportEvent |
Special events which may happen during import.
|
| ImportException |
An exception that the library throws in case of graph import errors.
|
| IntegerIdProvider<T> |
Assign a unique integer identifier to a set of elements.
|
| JSONEventDrivenImporter |
Imports a graph from a JSON file.
|
| JSONExporter<V,E> |
Exports a graph using JSON.
|
| JSONImporter<V,E> |
Imports a graph from a JSON file.
|
| LemonExporter<V,E> |
Exports a graph into Lemon graph format (LGF).
|
| LemonExporter.Parameter |
Parameters that affect the behavior of the
LemonExporter exporter. |
| MatrixExporter<V,E> | |
| MatrixExporter.Format |
Formats supported by the
MatrixExporter exporter. |
| SimpleGEXFEventDrivenImporter |
Imports a graph from a GEXF data source.
|
| SimpleGEXFImporter<V,E> |
Imports a graph from a GEXF data source.
|
| SimpleGraphMLEdgeListImporter |
Imports a GraphML file as an edge list.
|
| SimpleGraphMLEventDrivenImporter |
Imports a graph from a GraphML data source.
|
| SimpleGraphMLImporter<V,E> |
Imports a graph from a GraphML data source.
|
| TSPLIBImporter<V,E> |
Importer for files in the
TSPLIB95 format.
|
| TSPLIBImporter.Metadata<V,E> |
Container for the meta data of an imported TSPLIB95 file.
|
| TSPLIBImporter.Node |
A node imported from the NODE_COORD_SECTION of a TSPLIB95-file.
|
| TSPLIBImporter.Specification |
Container for the entry values read from the specification part of a file in
TSPLIB95 format.
|
| VisioExporter<V,E> |
Exports a graph to a CSV format that can be imported into MS Visio.
|