|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Evaluator | |
---|---|
org.neo4j.graphdb.traversal | Traversal framework. |
Uses of Evaluator in org.neo4j.graphdb.traversal |
---|
Methods in org.neo4j.graphdb.traversal that return Evaluator | |
---|---|
static Evaluator |
Evaluators.all()
|
static Evaluator |
Evaluators.atDepth(int depth)
Returns an Evaluator which only includes positions at depth
and prunes everything deeper than that. |
static Evaluator |
Evaluators.excludeStartPosition()
|
static Evaluator |
Evaluators.fromDepth(int depth)
Returns an Evaluator which only includes positions from depth
and deeper and never prunes anything. |
static Evaluator |
Evaluators.includingDepths(int minDepth,
int maxDepth)
Returns an Evaluator which only includes positions between
depths minDepth and maxDepth . |
static Evaluator |
Evaluators.toDepth(int depth)
Returns an Evaluator which includes positions down to depth
and prunes everything deeper than that. |
Methods in org.neo4j.graphdb.traversal with parameters of type Evaluator | |
---|---|
TraversalDescription |
TraversalDescription.evaluator(Evaluator evaluator)
NOTE: Replaces TraversalDescription.filter(Predicate) and
TraversalDescription.prune(PruneEvaluator) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |