Uses of Interface
org.graph4j.realization.GraphRealizationAlgorithm
Packages that use GraphRealizationAlgorithm
-
Uses of GraphRealizationAlgorithm in org.graph4j.realization
Classes in org.graph4j.realization that implement GraphRealizationAlgorithmModifier and TypeClassDescriptionclassThis class provides a method to generate a graph from a given degree sequence, using the Havel-Hakimi algorithm.Methods in org.graph4j.realization that return GraphRealizationAlgorithmModifier and TypeMethodDescriptionstatic GraphRealizationAlgorithmGraphRealizationAlgorithm.getInstance(int[] degreeSequence) Returns the default implementation of the algorithm.