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, wait
evaluate
public Evaluation evaluate(Path path)
Evaluator
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
. 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 Evaluator
path
- 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–2017 The Neo4j Graph Database Project. All rights reserved.