IndexGraphFactory |
IndexGraphFactory.addHint(GraphFactory.Hint hint) |
Add a hint to this factory.
|
IndexGraphFactory |
IndexGraphFactory.allowParallelEdges(boolean parallelEdges) |
Determine if graphs built by this factory should be support parallel edges.
|
IndexGraphFactory |
IndexGraphFactory.allowSelfEdges(boolean selfEdges) |
Determine if graphs built by this factory should be support self edges.
|
IndexGraphFactory |
IndexGraphFactory.expectedEdgesNum(int expectedEdgesNum) |
Set the expected number of edges that will exist in the graph.
|
IndexGraphFactory |
IndexGraphFactory.expectedVerticesNum(int expectedVerticesNum) |
Set the expected number of vertices that will exist in the graph.
|
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) |
Remove a hint from this factory.
|
IndexGraphFactory |
IndexGraphFactory.setDirected(boolean directed) |
Determine if graphs built by this factory should be directed or not.
|