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 IndexGraphFactoryIndexGraphFactory. addHint(GraphFactory.Hint hint)IndexGraphFactoryIndexGraphFactory. allowParallelEdges(boolean parallelEdges)IndexGraphFactoryIndexGraphFactory. allowSelfEdges(boolean selfEdges)IndexGraphFactoryIndexGraphFactory. expectedEdgesNum(int expectedEdgesNum)IndexGraphFactoryIndexGraphFactory. expectedVerticesNum(int expectedVerticesNum)static IndexGraphFactoryIndexGraphFactory. newDirected()Create a directed index graph factory.static IndexGraphFactoryIndexGraphFactory. newFrom(IndexGraph g)Create a new index graph factory based on a given implementation.static IndexGraphFactoryIndexGraphFactory. newUndirected()Create an undirected index graph factory.IndexGraphFactoryIndexGraphFactory. removeHint(GraphFactory.Hint hint)IndexGraphFactoryIndexGraphFactory. setDirected(boolean directed)default IndexGraphFactoryIndexGraphFactory. setOption(String key, Object value)
-