Uses of Interface
org.neo4j.graphdb.TraversalPosition

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()
          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)
          Method invoked by traverser to see if the current position is a returnable node.
 boolean StopEvaluator.isStopNode(TraversalPosition currentPos)
          Method invoked by traverser to see if current position is a stop node.
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.