Uses of Enum Class
org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
Packages that use DIMACSExporter.Parameter
-
Uses of DIMACSExporter.Parameter in org.jgrapht.nio.dimacs
Subclasses with type arguments of type DIMACSExporter.Parameter in org.jgrapht.nio.dimacsModifier and TypeClassDescriptionstatic enumParameters that affect the behavior of theDIMACSExporterexporter.Fields in org.jgrapht.nio.dimacs with type parameters of type DIMACSExporter.ParameterModifier and TypeFieldDescriptionprivate final Set<DIMACSExporter.Parameter> DIMACSExporter.parametersMethods in org.jgrapht.nio.dimacs that return DIMACSExporter.ParameterModifier and TypeMethodDescriptionstatic DIMACSExporter.ParameterReturns 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 TypeMethodDescriptionbooleanDIMACSExporter.isParameter(DIMACSExporter.Parameter p) Return if a particular parameter of the exporter is enabledvoidDIMACSExporter.setParameter(DIMACSExporter.Parameter p, boolean value) Set the value of a parameter of the exporter