| EdgeIter |
Iterator used to iterate over graph edges.
|
| EdgeSet |
Set of graph edges.
|
| Graph |
A discrete graph with vertices and edges.
|
| GraphBuilder |
|
| GraphFactory |
A factory for Graph objects.
|
| GraphFactory.Hint |
Hints for a graph factory.
|
| IEdgeIter |
Iterator used to iterate over int graph edges.
|
| IEdgeSet |
Set of int graph edges.
|
| 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 |
|
| IndexIntIdMap |
|
| IndexRemoveListener |
A listener that will be notified when an IndexGraph remove a vertex or an edge.
|
| IntGraph |
A discrete graph with int vertices and edges.
|
| IntGraphBuilder |
|
| IntGraphFactory |
|
| IWeightFunction |
Weight function that maps graph edges or vertices of IntGraph to weights.
|
| IWeightFunctionInt |
Weight function that maps graph edges or vertices of IntGraph to integer weights.
|
| IWeights |
|
| NoSuchEdgeException |
Exception thrown when an edge is not found in a graph.
|
| NoSuchVertexException |
Exception thrown when a vertex is not found in a graph.
|
| WeightFunction |
Weight function that maps graph edges or vertices to weights.
|
| WeightFunctionInt |
Weight function that maps graph edges or vertices to integer weights.
|
| Weights |
Weights of graph vertices or edges.
|
| WeightsBool |
Specific weights of boolean.
|
| WeightsByte |
Specific weights of byte.
|
| WeightsChar |
Specific weights of char.
|
| WeightsDouble |
Specific weights of double.
|
| WeightsFloat |
Specific weights of float.
|
| WeightsInt |
Specific weights of int.
|
| WeightsLong |
Specific weights of long.
|
| WeightsObj |
Specific weights of Object.
|
| WeightsShort |
Specific weights of short.
|