Uses of Interface
com.jgalgo.graph.GraphBuilder
-
Packages that use GraphBuilder Package Description com.jgalgo.graph -
-
Uses of GraphBuilder in com.jgalgo.graph
Methods in com.jgalgo.graph that return GraphBuilder Modifier and Type Method Description static GraphBuilder
GraphBuilder. newDirected()
Create a new builder that builds directed graphs.static GraphBuilder
GraphBuilder. newFrom(Graph g)
Create a new builder initialized with an existing graph vertices and edges, without copying the weights.static GraphBuilder
GraphBuilder. newFrom(Graph g, boolean copyWeights)
Create a new builder initialized with an existing graph vertices and edges, with/without copying the weights.static GraphBuilder
GraphBuilder. newUndirected()
Create a new builder that builds undirected graphs.
-