|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BranchState | |
---|---|
org.neo4j.graphdb | The core graph database API. |
org.neo4j.graphdb.traversal | Traversal framework. |
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
Uses of BranchState in org.neo4j.graphdb |
---|
Methods in org.neo4j.graphdb with parameters of type BranchState | |
---|---|
Iterable<Relationship> |
PathExpander.expand(Path path,
BranchState<STATE> state)
Returns relationships for a Path , most commonly from the
Path.endNode() . |
Uses of BranchState in org.neo4j.graphdb.traversal |
---|
Fields in org.neo4j.graphdb.traversal declared as BranchState | |
---|---|
static BranchState |
BranchState.NO_STATE
Instance representing no state, usage resulting in IllegalStateException being thrown. |
Methods in org.neo4j.graphdb.traversal with parameters of type BranchState | |
---|---|
Evaluation |
Evaluator.AsPathEvaluator.evaluate(Path path,
BranchState<STATE> state)
|
Evaluation |
PathEvaluator.evaluate(Path path,
BranchState<STATE> state)
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 |
TraversalContext.evaluate(TraversalBranch branch,
BranchState state)
Evaluates a TraversalBranch whether or not to include it in the
result and whether or not to continue further down this branch or not. |
Uses of BranchState in org.neo4j.kernel |
---|
Methods in org.neo4j.kernel with parameters of type BranchState | |
---|---|
org.neo4j.kernel.Expansion<Relationship> |
StandardExpander.expand(Path path,
BranchState state)
|
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |