Uses of Class
com.jgalgo.gen.LineGraphGenerator
-
Packages that use LineGraphGenerator Package Description com.jgalgo.gen Graph generators used to generate (possibly random) graphs with different distributions and structures. -
-
Uses of LineGraphGenerator in com.jgalgo.gen
Methods in com.jgalgo.gen that return LineGraphGenerator Modifier and Type Method Description LineGraphGenerator<V,E>
LineGraphGenerator. commonVertexWeights(String weightsKey)
Set the weights key that will store the common vertex between two edges.LineGraphGenerator<V,E>
LineGraphGenerator. edges(IdBuilder<E> edgeBuilder)
Set the edge builder that will be used to generate edges.LineGraphGenerator<V,E>
LineGraphGenerator. graph(Graph<?,V> graph)
Set the input graph whose line graph this generator should generate.
-