Uses of Class
org.hypergraphdb.query.BFSCondition

Packages that use BFSCondition
org.hypergraphdb Welcome to HyperGraphDB 
 

Uses of BFSCondition in org.hypergraphdb
 

Methods in org.hypergraphdb that return BFSCondition
static BFSCondition HGQuery.hg.bfs(HGHandle start)
           
static BFSCondition HGQuery.hg.bfs(HGHandle start, HGAtomPredicate lp, HGAtomPredicate sp)
           
static BFSCondition HGQuery.hg.bfs(HGHandle start, HGAtomPredicate lp, HGAtomPredicate sp, boolean returnPreceeding, boolean returnSucceeding)