Package org.neo4j.graphdb.traversal

Traversal framework.

See:
          Description

Interface Summary
BranchOrderingPolicy Creator of BranchSelector instances with a starting point to base the first decision on.
BranchSelector Decides "where to go next" in a traversal.
PruneEvaluator An evaluator which can "cut off" relationships so that they will not be traversed in the ongoing traversal.
TraversalBranch Represents a position and a RelationshipExpander with a traversal context, for example parent and an iterator of relationships to go next.
TraversalDescription Represents a description of a traversal.
Traverser This interface represents the traverser which is used to step through the results of a traversal.
 

Enum Summary
Uniqueness Represents the type of uniqueness to expect from a traversal, for example the uniqueness of nodes or relationships to visit during a traversal.
 

Package org.neo4j.graphdb.traversal Description

Traversal framework.



Copyright © 2010 Neo4j. All Rights Reserved.