Uses of Enum
org.jgrapht.nio.graph6.Graph6Sparse6Exporter.Format
Packages that use Graph6Sparse6Exporter.Format
-
Uses of Graph6Sparse6Exporter.Format in org.jgrapht.nio.graph6
Fields in org.jgrapht.nio.graph6 declared as Graph6Sparse6Exporter.FormatModifier and TypeFieldDescriptionstatic final Graph6Sparse6Exporter.Format
Graph6Sparse6Exporter.DEFAULT_GRAPH6SPARSE6_FORMAT
The default format used by the exporter.Methods in org.jgrapht.nio.graph6 that return Graph6Sparse6Exporter.FormatModifier and TypeMethodDescriptionstatic Graph6Sparse6Exporter.Format
Returns the enum constant of this type with the specified name.static Graph6Sparse6Exporter.Format[]
Graph6Sparse6Exporter.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgrapht.nio.graph6 with parameters of type Graph6Sparse6Exporter.FormatModifierConstructorDescriptionConstructs a new exporter with a given vertex ID provider.