Uses of Enum
org.jgrapht.nio.dimacs.DIMACSFormat
-
Uses of DIMACSFormat in org.jgrapht.nio.dimacs
Modifier and TypeFieldDescriptionstatic final DIMACSFormat
DIMACSExporter.DEFAULT_DIMACS_FORMAT
The default format used by the exporter.Modifier and TypeMethodDescriptionDIMACSExporter.getFormat()
Get the format of the exporterstatic DIMACSFormat
Returns the enum constant of this type with the specified name.static DIMACSFormat[]
DIMACSFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DIMACSExporter.setFormat
(DIMACSFormat format) Set the format of the exporterModifierConstructorDescriptionDIMACSExporter
(Function<V, String> vertexIdProvider, DIMACSFormat format) Constructs a new exporter with a given vertex ID provider.