Uses of Class
org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
-
Packages that use DIMACSExporter.Parameter Package Description org.jgrapht.nio.dimacs DIMACS Challenges importers/exporters -
-
Uses of DIMACSExporter.Parameter in org.jgrapht.nio.dimacs
Methods in org.jgrapht.nio.dimacs that return DIMACSExporter.Parameter Modifier and Type Method Description static DIMACSExporter.Parameter
DIMACSExporter.Parameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static DIMACSExporter.Parameter[]
DIMACSExporter.Parameter. 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 DIMACSExporter.Parameter Modifier and Type Method Description boolean
DIMACSExporter. isParameter(DIMACSExporter.Parameter p)
Return if a particular parameter of the exporter is enabledvoid
DIMACSExporter. setParameter(DIMACSExporter.Parameter p, boolean value)
Set the value of a parameter of the exporter
-