Uses of Class
org.hypergraphdb.query.DFSCondition

Packages that use DFSCondition
org.hypergraphdb Welcome to HyperGraphDB 
 

Uses of DFSCondition in org.hypergraphdb
 

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