Neo4j Advanced

Uses of Interface
org.neo4j.graphdb.Traverser

Packages that use Traverser
org.neo4j.graphdb The graph database API used by Neo4j. 
 

Uses of Traverser in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb that return Traverser
 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.
 


Neo4j Advanced

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