Uses of Enum Class
org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
Packages that use DIMACSExporter.Parameter
-
Uses of DIMACSExporter.Parameter in org.jgrapht.nio.dimacs
Fields in org.jgrapht.nio.dimacs with type parameters of type DIMACSExporter.ParameterModifier and TypeFieldDescriptionprivate final Set
<DIMACSExporter.Parameter> DIMACSExporter.parameters
Methods in org.jgrapht.nio.dimacs that return DIMACSExporter.ParameterModifier and TypeMethodDescriptionstatic DIMACSExporter.Parameter
Returns the enum constant of this class with the specified name.static DIMACSExporter.Parameter[]
DIMACSExporter.Parameter.values()
Returns an array containing the constants of this enum class, 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