Uses of Class
com.jgalgo.gen.EmptyGraphGenerator
-
Packages that use EmptyGraphGenerator Package Description com.jgalgo.gen Graph generators used to generate (possibly random) graphs with different distributions and structures. -
-
Uses of EmptyGraphGenerator in com.jgalgo.gen
Methods in com.jgalgo.gen that return EmptyGraphGenerator Modifier and Type Method Description static <V,E>
EmptyGraphGenerator<V,E>EmptyGraphGenerator. newInstance()
Creates a new empty graph generator.static EmptyGraphGenerator<Integer,Integer>
EmptyGraphGenerator. newIntInstance()
Creates a new empty graph generator forIntGraph
.
-