Uses of Interface
org.neo4j.api.core.TraversalPosition

Uses of TraversalPosition in org.neo4j.api.core
 

Methods in org.neo4j.api.core that return TraversalPosition
 TraversalPosition Traverser.currentPosition()
          Returns the current traversal postion.
 

Methods in org.neo4j.api.core with parameters of type TraversalPosition
 boolean ReturnableEvaluator.isReturnableNode(TraversalPosition currentPos)
          Method invoked by traverser to see if 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 © 2009 Neo4j. All Rights Reserved.