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