|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.impl.traversal.FinalTraversalBranch
public final class FinalTraversalBranch
| Constructor Summary | |
|---|---|
FinalTraversalBranch(Node head,
Relationship... path)
|
|
| Method Summary | |
|---|---|
int |
depth()
The depth for this expansion source compared to the start node of the traversal. |
Evaluation |
evaluation()
|
int |
expanded()
Returns the number of relationships this expansion source has expanded. |
void |
initialize()
|
TraversalBranch |
next()
Returns null since FinalTraversalBranch does not
expand. |
Node |
node()
The node for this expansion source. |
TraversalBranch |
parent()
The parent expansion source which created this TraversalBranch. |
Path |
position()
The position represented by this expansion source. |
Relationship |
relationship()
The relationship for this expansion source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FinalTraversalBranch(Node head,
Relationship... path)
| Method Detail |
|---|
public int depth()
TraversalBranch
depth in interface TraversalBranchpublic TraversalBranch next()
null since FinalTraversalBranch does not
expand.
next in interface TraversalBranchpublic Node node()
TraversalBranch
node in interface TraversalBranchpublic TraversalBranch parent()
TraversalBranchTraversalBranch.
parent in interface TraversalBranchpublic Path position()
TraversalBranch
position in interface TraversalBranchpublic Relationship relationship()
TraversalBranch
relationship in interface TraversalBranchpublic int expanded()
TraversalBranch
expanded in interface TraversalBranchpublic Evaluation evaluation()
evaluation in interface TraversalBranchpublic void initialize()
initialize in interface TraversalBranch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||