| Package | Description |
|---|---|
| oracle.pgx.algorithm |
| Modifier and Type | Method and Description |
|---|---|
static Traversal |
Traversal.inBFS(PgxGraph graph,
PgxVertex root)
Create a BFS traversal in the given graph rooted at the given vertex.
|
static Traversal |
Traversal.inDFS(PgxGraph graph,
PgxVertex root)
Create a DFS traversal in the given graph rooted at the given vertex.
|