traverse
Provides traversal functionality
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
traverse.type
Members list
Value members
Concrete methods
Create a traversal for BFS with a single starting node
Create a traversal for BFS with a single starting node
Attributes
Create a traversal for BFS with a single starting node and specified depth
Create a traversal for BFS with a single starting node and specified depth
Attributes
Create a traversal for BFS with multiple starting nodes
Create a traversal for BFS with multiple starting nodes
Attributes
Create a traversal for BFS with multiple starting nodes and specified depth
Create a traversal for BFS with multiple starting nodes and specified depth
Attributes
Compatibility method for legacy code - uses the new traversal API internally but returns a backward-compatible result wrapped in a Task
Compatibility method for legacy code - uses the new traversal API internally but returns a backward-compatible result wrapped in a Task
Attributes
Create a traversal for DFS
Create a traversal for DFS
Attributes
Create a traversal for DFS with specified depth
Create a traversal for DFS with specified depth
Attributes
Create a traversal for DFS with multiple starting nodes
Create a traversal for DFS with multiple starting nodes
Attributes
Create a traversal for DFS with multiple starting nodes and specified depth
Create a traversal for DFS with multiple starting nodes and specified depth
Attributes
Get a stream of edges for the specified from ID
Get a stream of edges for the specified from ID
Attributes
Start a traversal from a single document ID
Start a traversal from a single document ID
Attributes
Start a traversal from a set of document IDs
Start a traversal from a set of document IDs
Attributes
Find all nodes reachable from a starting ID by following edges
Find all nodes reachable from a starting ID by following edges
Attributes
Find shortest paths between two nodes
Find shortest paths between two nodes