STATE - the type of the state objectpublic abstract static class PathEvaluator.Adapter<STATE> extends Object implements PathEvaluator<STATE>
PathEvaluator.PathEvaluator.Adapter<STATE>Evaluator.AsPathEvaluator<STATE>| Constructor and Description | 
|---|
Adapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
Evaluation | 
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. | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluatepublic Evaluation evaluate(Path path)
EvaluatorPath and returns an Evaluation containing
 information about whether or not to include it in the traversal result,
 i.e return it from the Traverser. And also whether or not to
 continue traversing down that path or if it instead should be
 pruned so that the traverser won't continue down that branch represented
 by path.evaluate in interface Evaluatorpath - the Path to evaluate.Evaluation containing information about whether or not
 to return it from the Traverser and whether or not to continue
 down that path.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.