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 DIMACSFormatDIMACSExporter. DEFAULT_DIMACS_FORMATThe default format used by the exporter.Methods in org.jgrapht.nio.dimacs that return DIMACSFormat Modifier and Type Method Description DIMACSFormatDIMACSExporter. getFormat()Get the format of the exporterstatic DIMACSFormatDIMACSFormat. 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 voidDIMACSExporter. 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.
-