EmptyGraphGenerator<V,E> |
EmptyGraphGenerator.directed(boolean directed) |
Determine if the generated graph(s) is directed or undirected.
|
EmptyGraphGenerator<V,E> |
EmptyGraphGenerator.vertices(int verticesNum) |
Set the number of vertices that will be generated for each graph.
|
EmptyGraphGenerator<V,E> |
EmptyGraphGenerator.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.
|
EmptyGraphGenerator<V,E> |
EmptyGraphGenerator.vertices(Collection<? extends V> vertices) |
Set the vertices set of the generated graph(s).
|