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