Uses of Interface
org.jgrapht.generate.GraphGenerator
Packages that use GraphGenerator
-
Uses of GraphGenerator in org.jgrapht.generate
Classes in org.jgrapht.generate that implement GraphGeneratorModifier and TypeClassDescriptionclassBarabási-Albert growth and preferential attachment forest generator.classBarabási-Albert growth and preferential attachment graph generator.classGenerator which produces the complement graph of a given input graph.classGenerates a complete bipartite graph of any size.classGenerates a complete graph of any size.classA generator for directed scale-free graphs.classEmptyGraphGenerator<V,E> Generates an empty graph of any size.classGenerator for Generalized Petersen Graphs The Generalized Petersen graphs $GP(n,k)$ are a family of cubic graphs formed by connecting the vertices of a regular polygon (cycle graph $C_n$) to the corresponding vertices of a star polygon ${n,k}$.classCreate a random bipartite graph based on the $G(n, M)$ Erdős–Rényi model.classCreate a random graph based on the $G(n, M)$ Erdős–Rényi model.classCreate a random bipartite graph based on the $G(n, p)$ Erdős–Rényi model.classCreate a random graph based on the $G(n, p)$ Erdős–Rényi model.classGridGraphGenerator<V,E> Generates a bidirectional grid graph of any size.classGenerates a hyper cube graph of any size.classKleinberg's small-world graph generator.classLinearGraphGenerator<V,E> Generates a linear graph of any size.classThe linearized chord diagram graph model generator.classCreate a random $l$-planted partition graph.classPruferTreeGenerator<V,E> Generates a random tree using Prüfer sequences.classGenerate a random $d$-regular undirected graph with $n$ vertices.classRingGraphGenerator<V,E> Generates a ring graph of any size.classGenerates directed or undirected scale-free network of any size.classA simple weighted bipartite graph matrix generator.classA simple weighted graph matrix generator.classStarGraphGenerator<V,E> Generates a star graph of any size.classWatts-Strogatz small-world graph generator.classWheelGraphGenerator<V,E> Generates a wheel graph of any size.class