Package | Description |
---|---|
org.neo4j.graphdb.impl.traversal | |
org.neo4j.graphdb.traversal |
Traversal framework.
|
Modifier and Type | Class and Description |
---|---|
class |
org.neo4j.graphdb.impl.traversal.AbstractSelectorOrderer<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
SideSelector
Dictates which side is the current side in a bidirectional traversal to traverse
the next step for.
|
Modifier and Type | Class and Description |
---|---|
class |
AlternatingSelectorOrderer |
class |
LevelSelectorOrderer |
Modifier and Type | Method and Description |
---|---|
BranchSelector |
BranchOrderingPolicy.create(TraversalBranch startBranch,
PathExpander expander)
Instantiates a
BranchSelector with startBranch as the
first branch to base a decision on "where to go next". |
Modifier and Type | Method and Description |
---|---|
SideSelector |
SideSelectorPolicy.create(BranchSelector start,
BranchSelector end,
int maxDepth)
|
Constructor and Description |
---|
AlternatingSelectorOrderer(BranchSelector startSelector,
BranchSelector endSelector) |
LevelSelectorOrderer(BranchSelector startSelector,
BranchSelector endSelector,
boolean stopDescentOnResult,
int maxDepth) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.