Uses of Class
org.jgrapht.nio.dimacs.DIMACSFormat
-
Packages that use DIMACSFormat Package Description org.jgrapht.nio.dimacs DIMACS Challenges importers/exporters -
-
Uses of DIMACSFormat in org.jgrapht.nio.dimacs
Fields in org.jgrapht.nio.dimacs declared as DIMACSFormat Modifier and Type Field Description static DIMACSFormat
DIMACSExporter. DEFAULT_DIMACS_FORMAT
The default format used by the exporter.Methods in org.jgrapht.nio.dimacs that return DIMACSFormat Modifier and Type Method Description DIMACSFormat
DIMACSExporter. getFormat()
Get the format of the exporterstatic DIMACSFormat
DIMACSFormat. valueOf(String name)
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.Methods in org.jgrapht.nio.dimacs with parameters of type DIMACSFormat Modifier and Type Method Description void
DIMACSExporter. setFormat(DIMACSFormat format)
Set the format of the exporterConstructors in org.jgrapht.nio.dimacs with parameters of type DIMACSFormat Constructor Description DIMACSExporter(Function<V,String> vertexIdProvider, DIMACSFormat format)
Constructs a new exporter with a given vertex ID provider.
-