EdgeIter |
Iterator used to iterate over edges of a vertex.
|
EdgeSet |
Set of graph edges.
|
Graph |
A discrete graph with vertices and edges.
|
GraphBuilder |
|
GraphCapabilities |
Object specifying the capabilities of a graph implementation.
|
GraphFactory |
A factory for Graph objects.
|
IndexGraph |
A graph whose vertices and edges identifiers are indices.
|
IndexGraphBuilder |
|
IndexGraphBuilder.ReIndexedGraph |
A result object of re-indexing and building a graph operation.
|
IndexGraphBuilder.ReIndexingMap |
A map of indices, mapping an original index to a re-indexed index.
|
IndexGraphFactory |
|
IndexIdMap |
|
IndexSwapListener |
A listener that will be notified when a IndexGraph chooses to swap two IDs (vertices/edges).
|
WeightFunction |
Weight function that maps graph edges (or vertices) to weights.
|
WeightFunction.Int |
Weight function that maps graph edges (or vertices) to integer weights.
|
Weights<W> |
Weights of graph vertices or edges.
|
Weights.Bool |
Specific weights of primitive type boolean .
|
Weights.Byte |
Specific weights of primitive type byte .
|
Weights.Char |
Specific weights of primitive type char .
|
Weights.Double |
Specific weights of primitive type double .
|
Weights.Float |
Specific weights of primitive type float .
|
Weights.Int |
Specific weights of primitive type int .
|
Weights.Long |
Specific weights of primitive type long .
|
Weights.Short |
Specific weights of primitive type short .
|