Neo4j Community

Uses of Package
org.neo4j.graphdb.traversal

Packages that use org.neo4j.graphdb.traversal
org.neo4j.graphdb.traversal Traversal framework. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Classes in org.neo4j.graphdb.traversal used by org.neo4j.graphdb.traversal
BranchOrderingPolicy
          Creator of BranchSelector instances with a starting point to base the first decision on.
BranchSelector
          Decides "where to go next" in a traversal.
Evaluation
          Result of Evaluator.evaluate(org.neo4j.graphdb.Path).
Evaluator
          An Evaluator controls what's to be returned from a traversal and also how pruning is done.
PruneEvaluator
          Deprecated. becuase of the introduction of Evaluator which combines PruneEvaluator and filtering (Predicate of Paths).
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.
UniquenessFactory
           
UniquenessFilter
           
 

Classes in org.neo4j.graphdb.traversal used by org.neo4j.kernel
BranchOrderingPolicy
          Creator of BranchSelector instances with a starting point to base the first decision on.
PruneEvaluator
          Deprecated. becuase of the introduction of Evaluator which combines PruneEvaluator and filtering (Predicate of Paths).
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.
UniquenessFactory
           
 


Neo4j Community

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