class |
CompleteBipartiteGraphGenerator<V,E> |
|
class |
CompleteGraphGenerator<V,E> |
Generates a complete graph of any size.
|
class |
EmptyGraphGenerator<V,E> |
|
class |
GnmRandomBipartiteGraphGenerator<V,E> |
Create a random bipartite graph based on the G(n, M) Erdős–Rényi model.
|
class |
GnmRandomGraphGenerator<V,E> |
Create a random graph based on the G(n, M) Erdős–Rényi model.
|
class |
GnpRandomBipartiteGraphGenerator<V,E> |
Create a random bipartite graph based on the G(n, p) Erdős–Rényi model.
|
class |
GnpRandomGraphGenerator<V,E> |
Create a random graph based on the G(n, p) Erdős–Rényi model.
|
class |
GridGraphGenerator<V,E> |
|
class |
HyperCubeGraphGenerator<V,E> |
|
class |
LinearGraphGenerator<V,E> |
Generates a linear graph of any size.
|
class |
RingGraphGenerator<V,E> |
Generates a ring graph of any size.
|
class |
ScaleFreeGraphGenerator<V,E> |
|
class |
SimpleWeightedBipartiteGraphMatrixGenerator<V,E> |
A simple weighted bipartite graph matrix generator.
|
class |
SimpleWeightedGraphMatrixGenerator<V,E> |
A simple weighted graph matrix generator.
|
class |
StarGraphGenerator<V,E> |
|
class |
WeightedGraphGenerator<V,E> |
A base implementation of a weighted graph generator.
|
class |
WeightedGraphGeneratorAdapter<V,E,T> |
An interface for generating graph structures having edges weighted with real values.
|
class |
WheelGraphGenerator<V,E> |
|