| Package | Description |
|---|---|
| org.jgrapht.ext |
Extensions and integration means to other products.
|
| Class and Description |
|---|
| ComponentAttributeProvider
Provides display attributes for vertices and/or edges in a graph.
|
| ComponentNameProvider
Provides a name for a component.
|
| ComponentUpdater
Type to handle updates to a component when an import gets more information about it after it has
been created.
|
| 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.
|
| EdgeNameProvider
Deprecated.
in favor of
ComponentNameProvider |
| EdgeProvider
Defines a provider of edges of type E
|
| ExportException
An exception that the library throws in case of graph export errors.
|
| GmlExporter.Parameter
Parameters that affect the behavior of the exporter.
|
| GraphExporter
Interface for graph exporters
|
| GraphImporter
Interface for graph importers
|
| GraphMLExporter.AttributeCategory
Denotes the category of a GraphML-Attribute.
|
| GraphMLExporter.AttributeType
Denotes the type of a GraphML-Attribute.
|
| ImportException
An exception that the library throws in case of graph import errors.
|
| IntegerComponentNameProvider
Assigns a unique integer to represent each component.
|
| JGraphModelAdapter.CellFactory
Creates the JGraph cells that reflect the respective JGraphT elements.
|
| MatrixExporter.Format
Formats supported by the exporter.
|
| StringComponentNameProvider
Generates names by invoking
Object.toString() on them. |
| VertexNameProvider
Deprecated.
in favor of
ComponentNameProvider |
| VertexProvider
Creates a Vertex of type V
|
Copyright © 2017. All rights reserved.