Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Field and Description |
---|---|
static DIMACSFormat |
DIMACSExporter.DEFAULT_DIMACS_FORMAT
Deprecated.
The default format used by the exporter.
|
Modifier and Type | Method and Description |
---|---|
DIMACSFormat |
DIMACSExporter.getFormat()
Deprecated.
Get the format of the exporter
|
static DIMACSFormat |
DIMACSFormat.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DIMACSFormat[] |
DIMACSFormat.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DIMACSExporter.setFormat(DIMACSFormat format)
Deprecated.
Set the format of the exporter
|
Constructor and Description |
---|
DIMACSExporter(ComponentNameProvider<V> vertexIDProvider,
DIMACSFormat format)
Deprecated.
Constructs a new exporter with a given vertex ID provider.
|
Copyright © 2017. All rights reserved.