|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||