BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.directed(boolean directed) |
Determine if the generated graph(s) is directed or undirected.
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.edges(IdBuilder<E> edgeBuilder) |
Set the edge builder that will be used to generate edges.
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.edgesPerStep(int edgesPerStep) |
Set the number of edges added each step when generated graph(s).
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.initialCliqueSize(int initCliqueSize) |
Set the initial clique size of the generated graph(s).
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.seed(long seed) |
Set the seed of the random number generator used to generate the graph(s).
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.vertices(int verticesNum) |
Set the number of vertices that will be generated for each graph.
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.vertices(int verticesNum,
IdBuilder<V> vertexBuilder) |
Set the number of vertices that will be generated for each graph, and the vertex builder that will be used to
generate them.
|
BarabasiAlbertGraphGenerator<V,E> |
BarabasiAlbertGraphGenerator.vertices(Collection<? extends V> vertices) |
Set the vertices set of the generated graph(s).
|