Uses of Class
oracle.pgx.algorithm.Traversal.Direction
-
Packages that use Traversal.Direction Package Description oracle.pgx.algorithm -
-
Uses of Traversal.Direction in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return Traversal.Direction Modifier and Type Method Description static Traversal.Direction
Traversal.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Traversal.Direction[]
Traversal.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.algorithm with parameters of type Traversal.Direction Modifier and Type Method Description Traversal
Traversal. direction(Traversal.Direction direction)
Set the direction of the BFS/DFS traversal.
-