|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BranchOrderingPolicy
Creator of BranchSelector
instances with a starting point to base
the first decision on.
Method Summary | |
---|---|
BranchSelector |
create(TraversalBranch startBranch)
Instantiates a BranchSelector with startBranch as the
first branch to base a decision on "where to go next". |
Method Detail |
---|
BranchSelector create(TraversalBranch startBranch)
BranchSelector
with startBranch
as the
first branch to base a decision on "where to go next".
startBranch
- the TraversalBranch
to start from.
BranchSelector
used to decide "where to go next" in
the traversal.
|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |