Uses of Interface
com.jgalgo.Graph.Builder
-
-
Uses of Graph.Builder in com.jgalgo
Methods in com.jgalgo that return Graph.Builder Modifier and Type Method Description Graph.BuilderGraph.Builder. addHint(Graph.Builder.Hint hint)Add a hint to this builder.Graph.BuilderGraph.Builder. expectedEdgesNum(int expectedEdgesNum)Set the expected number of edges that will exist in the graph.Graph.BuilderGraph.Builder. expectedVerticesNum(int expectedVerticesNum)Set the expected number of vertices that will exist in the graph.static Graph.BuilderGraph. newBuilderDirected()Create a directed graph builder.static Graph.BuilderGraph. newBuilderUndirected()Create an undirected graph builder.Graph.BuilderGraph.Builder. removeHint(Graph.Builder.Hint hint)Remove a hint from this builder.Graph.BuilderGraph.Builder. setDirected(boolean directed)Determine if graphs built by this builder should be directed or not.
-