|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraversalPosition | |
---|---|
org.neo4j.graphdb | The graph database API used by Neo4j. |
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 Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |