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