Package | Description |
---|---|
oracle.pgx.algorithm |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Traversal |
Traversal.direction(Traversal.Direction direction)
Set the direction of the BFS/DFS traversal.
|