Uses of Interface
oracle.pgx.algorithm.PgxGraph
-
Packages that use PgxGraph Package Description oracle.pgx.algorithm -
-
Uses of PgxGraph in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm with parameters of type PgxGraph Modifier and Type Method 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.
-