Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
Modifier and Type | Method and Description |
---|---|
static DFSCondition |
HGQuery.hg.dfs(HGHandle start)
Return a condition whose result set is the depth first traversal of the graph
starting with a given atom.
|
static DFSCondition |
HGQuery.hg.dfs(HGHandle start,
HGAtomPredicate linkPredicate,
HGAtomPredicate siblingPredicate)
Return a condition whose result set is the depth first traversal of the graph
starting with a given atom.
|
static DFSCondition |
HGQuery.hg.dfs(HGHandle start,
HGAtomPredicate linkPredicate,
HGAtomPredicate siblingPredicate,
boolean returnPreceeding,
boolean returnSucceeding)
Return a condition whose result set is the depth first traversal of the graph
starting a given atom.
|
static DFSCondition |
HGQuery.hg.dfs(Ref<HGHandle> start)
Return a condition whose result set is the depth first traversal of the graph
starting with a given atom.
|
static DFSCondition |
HGQuery.hg.dfs(Ref<HGHandle> start,
HGAtomPredicate linkPredicate,
HGAtomPredicate siblingPredicate)
Return a condition whose result set is the depth first traversal of the graph
starting with a given atom.
|
static DFSCondition |
HGQuery.hg.dfs(Ref<HGHandle> start,
HGAtomPredicate linkPredicate,
HGAtomPredicate siblingPredicate,
boolean returnPreceeding,
boolean returnSucceeding)
Return a condition whose result set is the depth first traversal of the graph
starting a given atom.
|
Copyright © 2015. All rights reserved.