Uses of Class
org.jgrapht.io.DIMACSFormat
-
Packages that use DIMACSFormat Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of DIMACSFormat in org.jgrapht.io
Fields in org.jgrapht.io declared as DIMACSFormat Modifier and Type Field Description static DIMACSFormat
DIMACSExporter. DEFAULT_DIMACS_FORMAT
Deprecated.The default format used by the exporter.Methods in org.jgrapht.io that return DIMACSFormat Modifier and Type Method Description DIMACSFormat
DIMACSExporter. getFormat()
Deprecated.Get the format of the exporterstatic DIMACSFormat
DIMACSFormat. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static DIMACSFormat[]
DIMACSFormat. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.io with parameters of type DIMACSFormat Modifier and Type Method Description void
DIMACSExporter. setFormat(DIMACSFormat format)
Deprecated.Set the format of the exporterConstructors in org.jgrapht.io with parameters of type DIMACSFormat Constructor Description DIMACSExporter(ComponentNameProvider<V> vertexIDProvider, DIMACSFormat format)
Deprecated.Constructs a new exporter with a given vertex ID provider.
-