Package | Description |
---|---|
org.neo4j.graphdb.traversal |
Traversal framework.
|
Modifier and Type | Method and Description |
---|---|
Traverser |
TraversalDescription.traverse(Iterable<Node> iterableStartNodes)
Traverse from a iterable of start nodes based on all the rules and behavior
in this description.
|
Traverser |
BidirectionalTraversalDescription.traverse(Iterable<Node> start,
Iterable<Node> end)
Traverse between a set of
start and end nodes with all
applied rules and behavior in this traversal description. |
Traverser |
TraversalDescription.traverse(Node... startNodes)
Traverse from a set of start nodes based on all the rules and behavior
in this description.
|
Traverser |
TraversalDescription.traverse(Node startNode)
Traverse from a single start node based on all the rules and behavior
in this description.
|
Traverser |
BidirectionalTraversalDescription.traverse(Node start,
Node end)
Traverse between a given
start and end node with all
applied rules and behavior in this traversal description. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.