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

Uses of ReturnableEvaluator in org.neo4j.api.core
 

Fields in org.neo4j.api.core declared as ReturnableEvaluator
static ReturnableEvaluator ReturnableEvaluator.ALL
          A returnable evaluator that returns all nodes encountered.
static ReturnableEvaluator ReturnableEvaluator.ALL_BUT_START_NODE
          A returnable evaluator that returns all nodes except start node.
 

Methods in org.neo4j.api.core with parameters of type ReturnableEvaluator
 Traverser Node.traverse(Traverser.Order traversalOrder, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, Object... relationshipTypesAndDirections)
          Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction pairs.
 Traverser Node.traverse(Traverser.Order traversalOrder, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, RelationshipType relationshipType, Direction direction)
          Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the specified relationship type and direction.
 Traverser Node.traverse(Traverser.Order traversalOrder, StopEvaluator stopEvaluator, ReturnableEvaluator returnableEvaluator, RelationshipType firstRelationshipType, Direction firstDirection, RelationshipType secondRelationshipType, Direction secondDirection)
          Instantiates a traverser that will start at this node and traverse according to the given order and evaluators along the two specified relationship type and direction pairs.
 



Copyright © 2009 Neo4j. All Rights Reserved.