|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TraversalPosition
Encapsulates information about the current traversal position.
| Method Summary | |
|---|---|
Node |
currentNode()
Return the current node. |
int |
depth()
Returns the current traversal depth. |
Relationship |
lastRelationshipTraversed()
Return the last relationship traversed, may be null. |
Node |
previousNode()
Returns the previous node, may be null. |
int |
returnedNodesCount()
Return the number of nodes returned by traverser so far. |
| Method Detail |
|---|
Node currentNode()
Node previousNode()
Relationship lastRelationshipTraversed()
int depth()
int returnedNodesCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||