Uses of Interface
org.graph4j.realization.DigraphRealizationAlgorithm
Packages that use DigraphRealizationAlgorithm
-
Uses of DigraphRealizationAlgorithm in org.graph4j.realization
Classes in org.graph4j.realization that implement DigraphRealizationAlgorithmModifier and TypeClassDescriptionclassThis class provides a method to generate a directed graph from a given sequence of in-degrees and out-degrees, using the Kleitman-Wang algorithm.Methods in org.graph4j.realization that return DigraphRealizationAlgorithmModifier and TypeMethodDescriptionstatic DigraphRealizationAlgorithmDigraphRealizationAlgorithm.getInstance(int[] indegrees, int[] outdegrees) Returns the default implementation of the algorithm.