Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.traversal.BranchState

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
<STATE> BranchState<STATE>
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

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.