|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BranchState | |
---|---|
org.neo4j.graphdb | The graph database API used by Neo4j. |
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.kernel |
---|
Fields in org.neo4j.kernel declared as BranchState | |
---|---|
static BranchState |
Traversal.NO_BRANCH_STATE
|
Methods in org.neo4j.kernel that return BranchState | ||
---|---|---|
static
|
Traversal.noBranchState()
|
Methods in org.neo4j.kernel with parameters of type BranchState | |
---|---|
org.neo4j.kernel.Expansion<Relationship> |
StandardExpander.expand(Path path,
BranchState state)
|
|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |