Interface | Description |
---|---|
ComponentAttributeProvider<T> |
Provides display attributes for vertices and/or edges in a graph.
|
ComponentNameProvider<T> |
Provides a name for a component.
|
ComponentUpdater<T> |
Type to handle updates to a component when an import gets more information about it after it has
been created.
|
EdgeNameProvider<E> | Deprecated
in favor of
ComponentNameProvider |
EdgeProvider<V,E> |
Defines a provider of edges of type E
|
GraphExporter<V,E> |
Interface for graph exporters
|
GraphImporter<V,E> |
Interface for graph importers
|
JGraphModelAdapter.CellFactory<VV,EE> |
Creates the JGraph cells that reflect the respective JGraphT elements.
|
VertexNameProvider<V> | Deprecated
in favor of
ComponentNameProvider |
VertexProvider<V> |
Creates a Vertex of type V
|
VertexUpdater<V> | Deprecated
in favor of
ComponentUpdater |
Class | Description |
---|---|
CSVExporter<V,E> |
Exports a graph into a CSV Format or any other Delimiter-separated value format.
|
CSVImporter<V,E> |
Imports a graph from a CSV Format or any other Delimiter-separated value format.
|
DIMACSExporter<V,E> |
Exports a graph into DIMACS format.
|
DIMACSImporter<V,E> |
Imports a graph specified in DIMACS format.
|
DOTExporter<V,E> |
Exports a graph into a DOT file.
|
DOTImporter<V,E> |
Imports a graph from a DOT file.
|
DOTUtils |
Class with DOT format related utilities.
|
GmlExporter<V,E> |
Exports a graph into a GML file (Graph Modeling Language).
|
GmlImporter<V,E> |
Imports a graph from a GML file (Graph Modeling Language).
|
GraphMLExporter<V,E> |
Exports a graph as GraphML.
|
GraphMLImporter<V,E> |
Imports a graph from a GraphML data source.
|
IntegerComponentNameProvider<T> |
Assigns a unique integer to represent each component.
|
IntegerEdgeNameProvider<E> | Deprecated
in favor of
IntegerComponentNameProvider |
IntegerNameProvider<V> | Deprecated
in favor of
IntegerComponentNameProvider |
JGraphModelAdapter<V,E> |
A JGraph model adapter.
|
JGraphModelAdapter.DefaultCellFactory<VV,EE> |
A simple default cell factory.
|
JGraphXAdapter<V,E> |
Adapter to draw a JGraphT graph with the JGraphX drawing library.
|
MatrixExporter<V,E> | |
StringComponentNameProvider<T> |
Generates names by invoking
Object.toString() on them. |
StringEdgeNameProvider<E> | Deprecated
in favor of
StringComponentNameProvider |
StringNameProvider<V> | Deprecated
in favor of
StringComponentNameProvider |
VisioExporter<V,E> |
Exports a graph to a CSV format that can be imported into MS Visio.
|
Enum | Description |
---|---|
CSVFormat |
Supported CSV formats.
|
CSVFormat.Parameter |
Parameters that affect the behavior of CVS importers/exporters.
|
DIMACSExporter.Parameter |
Parameters that affect the behavior of the exporter.
|
DIMACSFormat |
DIMACS challenge format.
|
GmlExporter.Parameter |
Parameters that affect the behavior of the exporter.
|
GraphMLExporter.AttributeCategory |
Denotes the category of a GraphML-Attribute.
|
GraphMLExporter.AttributeType |
Denotes the type of a GraphML-Attribute.
|
MatrixExporter.Format |
Formats supported by the exporter.
|
Exception | Description |
---|---|
ExportException |
An exception that the library throws in case of graph export errors.
|
ImportException |
An exception that the library throws in case of graph import errors.
|
Copyright © 2017. All rights reserved.