| Package | Description |
|---|---|
| org.neo4j.graphdb.traversal |
Traversal framework.
|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| Modifier and Type | Method and Description |
|---|---|
BidirectionalTraversalDescription |
BidirectionalTraversalDescription.sideSelector(SideSelectorPolicy sideSelector,
int maxDepth)
In a bidirectional traversal the traverser alternates which side
(start or end) to move further for each step.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SideSelectorPolicies |
| Modifier and Type | Method and Description |
|---|---|
static SideSelectorPolicy |
Traversal.alternatingSelectorOrdering() |
static SideSelectorPolicy |
Traversal.levelSelectorOrdering() |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.