Uses of Interface
com.jgalgo.graph.IndexGraphBuilder
-
Packages that use IndexGraphBuilder Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexGraphBuilder in com.jgalgo.graph
Methods in com.jgalgo.graph that return IndexGraphBuilder Modifier and Type Method Description IndexGraphBuilder
IndexGraphFactory. newBuilder()
static IndexGraphBuilder
IndexGraphBuilder. newDirected()
Create a new builder that builds directed graphs.static IndexGraphBuilder
IndexGraphBuilder. newFrom(IndexGraph g)
Create a new builder initialized with an existing graph vertices and edges, without copying the weights.static IndexGraphBuilder
IndexGraphBuilder. newFrom(IndexGraph g, boolean copyWeights)
Create a new builder initialized with an existing graph vertices and edges, with/without copying the weights.static IndexGraphBuilder
IndexGraphBuilder. newUndirected()
Create a new builder that builds undirected graphs.
-