| Constructor and Description |
|---|
GraphBuilder(G graph) |
| Modifier and Type | Method and Description |
|---|---|
Graphs.GraphBuilder<V,E,G> |
addEdge(V a,
V b) |
Graphs.GraphBuilder<V,E,G> |
addEdge(V a,
V b,
E edge) |
Graphs.GraphBuilder<V,E,G> |
addEdgeChain(V a,
V b,
V... other) |
Graphs.GraphBuilder<V,E,G> |
addVertex(V v) |
Graphs.GraphBuilder<V,E,G> |
addVertices(V a,
V b,
V... other) |
G |
build() |
Copyright © 2019. All rights reserved.