| Package | Description |
|---|---|
| org.jgrapht.io |
Importers/Exporters for various graph formats.
|
| Modifier and Type | Field and Description |
|---|---|
static Graph6Sparse6Exporter.Format |
Graph6Sparse6Exporter.DEFAULT_GRAPH6SPARSE6_FORMAT
The default format used by the exporter.
|
| Modifier and Type | Method and Description |
|---|---|
static Graph6Sparse6Exporter.Format |
Graph6Sparse6Exporter.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Graph6Sparse6Exporter.Format[] |
Graph6Sparse6Exporter.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Graph6Sparse6Exporter(Graph6Sparse6Exporter.Format format)
Constructs a new exporter with a given vertex ID provider.
|
Copyright © 2018. All rights reserved.