Uses of Enum
org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
Packages that use DIMACSExporter.Parameter
-
Uses of DIMACSExporter.Parameter in org.jgrapht.nio.dimacs
Methods in org.jgrapht.nio.dimacs that return DIMACSExporter.ParameterModifier and TypeMethodDescriptionstatic DIMACSExporter.Parameter
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.ParameterModifier and TypeMethodDescriptionboolean
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