Interface GraphGenerator<U>

Type Parameters:
U - Type of the vertices.
All Known Implementing Classes:
BarabasiGenerator, ComplementaryGraphGenerator, CompleteGraphGenerator, EmptyGraphGenerator, EmptyMultiGraphGenerator, EmptyTreeGenerator, ErdosGenerator, GraphCloneGenerator, NoLinksGraphGenerator, SimpleCommunityGraphGenerator, SubGraphGenerator, TreeCloneGenerator, WattsStrogatzGenerator

public interface GraphGenerator<U>
Generates different graphs.
  • Method Summary

    Modifier and Type Method Description
    void configure​(java.lang.Object... configuration)
    Configures the generator.
    Graph<U> generate()
    Generates a graph.