Uses of Class
org.neo4j.graphdb.traversal.Evaluation

Packages that use Evaluation
org.neo4j.graphdb.traversal Traversal framework. 
 

Uses of Evaluation in org.neo4j.graphdb.traversal
 

Methods in org.neo4j.graphdb.traversal that return Evaluation
 Evaluation Evaluator.evaluate(Path path)
          Evaluates a Path and returns an Evaluation containing information about whether or not to include it in the traversal result, i.e return it from the Traverser.
 Evaluation TraversalBranch.evaluation()
           
static Evaluation Evaluation.of(boolean includes, boolean continues)
           
static Evaluation Evaluation.ofContinues(boolean continues)
           
static Evaluation Evaluation.ofIncludes(boolean includes)
           
static Evaluation Evaluation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Evaluation[] Evaluation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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