Uses of Interface
com.jgalgo.graph.IndexGraphFactory
-
Packages that use IndexGraphFactory Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexGraphFactory in com.jgalgo.graph
Methods in com.jgalgo.graph that return IndexGraphFactory Modifier and Type Method Description IndexGraphFactory
IndexGraphFactory. addHint(GraphFactory.Hint hint)
IndexGraphFactory
IndexGraphFactory. allowParallelEdges(boolean parallelEdges)
IndexGraphFactory
IndexGraphFactory. allowSelfEdges(boolean selfEdges)
IndexGraphFactory
IndexGraphFactory. expectedEdgesNum(int expectedEdgesNum)
IndexGraphFactory
IndexGraphFactory. expectedVerticesNum(int expectedVerticesNum)
static IndexGraphFactory
IndexGraphFactory. newDirected()
Create a directed index graph factory.static IndexGraphFactory
IndexGraphFactory. newFrom(IndexGraph g)
Create a new index graph factory based on a given implementation.static IndexGraphFactory
IndexGraphFactory. newUndirected()
Create an undirected index graph factory.IndexGraphFactory
IndexGraphFactory. removeHint(GraphFactory.Hint hint)
IndexGraphFactory
IndexGraphFactory. setDirected(boolean directed)
default IndexGraphFactory
IndexGraphFactory. setOption(String key, Object value)
-