public static enum DIMACSExporter.Parameter extends Enum<DIMACSExporter.Parameter>
DIMACSExporter exporter.| Enum Constant and Description | 
|---|
EXPORT_EDGE_WEIGHTS
If set the exporter outputs edge weights 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DIMACSExporter.Parameter | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DIMACSExporter.Parameter[] | 
values()
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 © 2018. All rights reserved.