|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TraversalPosition | |
|---|---|
| org.neo4j.graphdb | The core graph database API. |
| Uses of TraversalPosition in org.neo4j.graphdb |
|---|
| Methods in org.neo4j.graphdb that return TraversalPosition | |
|---|---|
TraversalPosition |
Traverser.currentPosition()
Deprecated. Returns the current traversal position, that is where the traversal is at the moment. |
| Methods in org.neo4j.graphdb with parameters of type TraversalPosition | |
|---|---|
boolean |
ReturnableEvaluator.isReturnableNode(TraversalPosition currentPos)
Deprecated. Method invoked by traverser to see if the current position is a returnable node. |
boolean |
StopEvaluator.isStopNode(TraversalPosition currentPos)
Deprecated. Method invoked by traverser to see if current position is a stop node. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||