public interface BranchOrderingPolicy
BranchSelector
instances with a starting point to base
the first decision on.Modifier and Type | Method and Description |
---|---|
BranchSelector |
create(TraversalBranch startBranch,
PathExpander expander)
Instantiates a
BranchSelector with startBranch as the
first branch to base a decision on "where to go next". |
BranchSelector create(TraversalBranch startBranch, PathExpander expander)
BranchSelector
with startBranch
as the
first branch to base a decision on "where to go next".startBranch
- the TraversalBranch
to start from.expander
- PathExpander
to use for expanding the branch.BranchSelector
used to decide "where to go next" in
the traversal.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.