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)default IntGraphFactoryIntGraphFactory. allowParallelEdges()IntGraphFactoryIntGraphFactory. allowParallelEdges(boolean parallelEdges)default IntGraphFactoryIntGraphFactory. allowSelfEdges()IntGraphFactoryIntGraphFactory. allowSelfEdges(boolean selfEdges)static IntGraphFactoryIntGraphFactory. directed()Create a directed int graph factory.IntGraphFactoryIntGraphFactory. expectedEdgesNum(int expectedEdgesNum)IntGraphFactoryIntGraphFactory. expectedVerticesNum(int expectedVerticesNum)static IntGraphFactoryIntGraphFactory. newInstance(boolean directed)Create a new un/directed int graph factory.IntGraphFactoryIntGraphFactory. removeHint(GraphFactory.Hint hint)IntGraphFactoryIntGraphFactory. setDirected(boolean directed)default IntGraphFactoryIntGraphFactory. setEdgeBuilder(IdBuilder<Integer> edgeBuilder)Set the edge builder used by the built graph(s).IntGraphFactoryIntGraphFactory. setEdgeFactory(Supplier<? extends IdBuilder<Integer>> edgeFactory)default IntGraphFactoryIntGraphFactory. setOption(String key, Object value)default IntGraphFactoryIntGraphFactory. setVertexBuilder(IdBuilder<Integer> vertexBuilder)Set the vertex builder used by the built graph(s).IntGraphFactoryIntGraphFactory. setVertexFactory(Supplier<? extends IdBuilder<Integer>> vertexFactory)static IntGraphFactoryIntGraphFactory. undirected()Create an undirected int graph factory.
-