DIMACSExporter.Parameter
instead.@Deprecated public static enum DIMACSExporter.Parameter extends Enum<DIMACSExporter.Parameter>
Enum Constant and Description |
---|
EXPORT_EDGE_WEIGHTS
Deprecated.
If set the exporter outputs edge weights
|
Modifier and Type | Method and Description |
---|---|
static DIMACSExporter.Parameter |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DIMACSExporter.Parameter[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DIMACSExporter.Parameter EXPORT_EDGE_WEIGHTS
public static DIMACSExporter.Parameter[] values()
for (DIMACSExporter.Parameter c : DIMACSExporter.Parameter.values()) System.out.println(c);
public static DIMACSExporter.Parameter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All rights reserved.