IndexGraphFactory |
IndexGraphFactory.addHint(GraphFactory.Hint hint) |
|
default IndexGraphFactory |
IndexGraphFactory.allowParallelEdges() |
|
IndexGraphFactory |
IndexGraphFactory.allowParallelEdges(boolean parallelEdges) |
|
default IndexGraphFactory |
IndexGraphFactory.allowSelfEdges() |
|
IndexGraphFactory |
IndexGraphFactory.allowSelfEdges(boolean selfEdges) |
|
static IndexGraphFactory |
IndexGraphFactory.directed() |
Create a directed index graph factory.
|
IndexGraphFactory |
IndexGraphFactory.expectedEdgesNum(int expectedEdgesNum) |
|
IndexGraphFactory |
IndexGraphFactory.expectedVerticesNum(int expectedVerticesNum) |
|
static IndexGraphFactory |
IndexGraphFactory.newInstance(boolean directed) |
Create a new un/directed index graph factory.
|
IndexGraphFactory |
IndexGraphFactory.removeHint(GraphFactory.Hint hint) |
|
IndexGraphFactory |
IndexGraphFactory.setDirected(boolean directed) |
|
default IndexGraphFactory |
IndexGraphFactory.setEdgeBuilder(IdBuilder<Integer> edgeBuilder) |
Deprecated.
|
default IndexGraphFactory |
IndexGraphFactory.setEdgeFactory(Supplier<? extends IdBuilder<Integer>> edgeFactory) |
Deprecated.
|
default IndexGraphFactory |
IndexGraphFactory.setOption(String key,
Object value) |
|
default IndexGraphFactory |
IndexGraphFactory.setVertexBuilder(IdBuilder<Integer> vertexBuilder) |
Deprecated.
|
default IndexGraphFactory |
IndexGraphFactory.setVertexFactory(Supplier<? extends IdBuilder<Integer>> vertexFactory) |
Deprecated.
|
static IndexGraphFactory |
IndexGraphFactory.undirected() |
Create an undirected index graph factory.
|