Package org.wilmascope.graphgen.plugin

Class Summary
ClusteredGraphGenerator Generates a random clustered graph with a specified number of nodes and edges with random node positions in either 2 or 3 dimensions.
GridGenerator Generates a "grid graph", that is, a rectangular lattice of arbitrary width and height.
RandomGraphGenerator Generates a random (connected) graph with (up to) a specified number of nodes and edges with random node positions in either 2 or 3 dimensions.
ScaleFreeGraphGenerator Generate a scale-free graph based on a stochastic model in which for each node u that is added, all existing nodes v i are considered and an edge ( u , v i ) is created with probability (1+deg( u ))/sum(deg( v j ))
StratifiedGraphGenerator Creates a small "stratified graph": that is, an evolving graph with each iteration of the graph arranged in a plane, and the set of planes for all time steps stacked into the third dimension.
TreeGenerator Generates a tree.