public class NodeLabelEvaluator extends Object implements org.neo4j.graphdb.traversal.Evaluator
| Constructor and Description |
|---|
NodeLabelEvaluator(org.neo4j.graphdb.Label label) |
NodeLabelEvaluator(org.neo4j.graphdb.Label label,
boolean acceptIfLabelNotPresent) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.traversal.Evaluation |
evaluate(org.neo4j.graphdb.Path path) |
public NodeLabelEvaluator(org.neo4j.graphdb.Label label,
boolean acceptIfLabelNotPresent)
label - The Neo4j node label to look for.acceptIfLabelNotPresent - Reverses the semantics of the evaluator if set to
true, i.e. accepts only nodes which do not have the
given label.public NodeLabelEvaluator(org.neo4j.graphdb.Label label)
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.