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 GraphBuilderGraphBuilder. newDirected()Create a new builder that builds directed graphs.static GraphBuilderGraphBuilder. newFrom(Graph g)Create a new builder initialized with an existing graph vertices and edges, without copying the weights.static GraphBuilderGraphBuilder. newFrom(Graph g, boolean copyWeights)Create a new builder initialized with an existing graph vertices and edges, with/without copying the weights.static GraphBuilderGraphBuilder. newUndirected()Create a new builder that builds undirected graphs.
-