public interface SideSelectorPolicy
SideSelector
s. Used during bidirectional traversals.Modifier and Type | Method and Description |
---|---|
SideSelector |
create(BranchSelector start,
BranchSelector end,
int maxDepth)
|
SideSelector create(BranchSelector start, BranchSelector end, int maxDepth)
start
- the start side BranchSelector
of this
bidirectional traversal.end
- the end side BranchSelector
of this
bidirectional traversal.maxDepth
- an optional max depth the combined traversal depth must
be kept within. Optional in the sense that only some implementations
honors it.SideSelector
for start
and end
BranchSelector
s.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.