| Interface | Description |
|---|---|
| GraphGenerator<V,E,T> |
GraphGenerator defines an interface for generating new graph structures.
|
| RandomGraphGenerator.EdgeTopologyFactory<VV,EE> |
This class is used to generate the edge topology for a graph.
|
| Class | Description |
|---|---|
| CompleteBipartiteGraphGenerator<V,E> |
Generates a complete
bipartite graph of any size.
|
| CompleteGraphGenerator<V,E> |
Generates a complete graph of any size.
|
| EmptyGraphGenerator<V,E> |
Generates an empty
graph of any size.
|
| GridGraphGenerator<V,E> |
Generates a bidirectional grid graph of any
size.
|
| HyperCubeGraphGenerator<V,E> |
Generates a hyper
cube graph of any size.
|
| LinearGraphGenerator<V,E> |
Generates a linear graph of any size.
|
| RandomGraphGenerator<V,E> |
This Generator creates a random-topology graph of a specified number of
vertexes and edges.
|
| RingGraphGenerator<V,E> |
Generates a ring graph of any size.
|
| ScaleFreeGraphGenerator<V,E> |
Generates directed or undirected scale-free network
of any size.
|
| SimpleWeightedBipartiteGraphMatrixGenerator<V,E> | |
| SimpleWeightedGraphMatrixGenerator<V,E> | |
| StarGraphGenerator<V,E> |
Generates a star
graph of any size.
|
| WeightedGraphGenerator<V,E> | |
| WeightedGraphGeneratorAdapter<V,E,T> |
WeightedGraphGenerator defines an interface for generating graph structures
having edges weighted with real values.
|
| WheelGraphGenerator<V,E> |
Generates a wheel
graph of any size.
|
Copyright © 2016. All rights reserved.