Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
Modifier and Type | Method and Description |
---|---|
static BFSCondition |
HGQuery.hg.bfs(HGHandle start)
Return a condition whose result set is the breadth first traversal of the graph
starting a given atom.
|
static BFSCondition |
HGQuery.hg.bfs(HGHandle start,
HGAtomPredicate lp,
HGAtomPredicate sp)
Return a condition whose result set is the breadth first traversal of the graph
starting a given atom.
|
static BFSCondition |
HGQuery.hg.bfs(HGHandle start,
HGAtomPredicate lp,
HGAtomPredicate sp,
boolean returnPreceding,
boolean returnSucceeding)
Return a condition whose result set is the breadth first traversal of the graph
starting a given atom.
|
static BFSCondition |
HGQuery.hg.bfs(Ref<HGHandle> start)
Return a condition whose result set is the breadth first traversal of the graph
starting a given atom.
|
static BFSCondition |
HGQuery.hg.bfs(Ref<HGHandle> start,
HGAtomPredicate lp,
HGAtomPredicate sp)
Return a condition whose result set is the breadth first traversal of the graph
starting a given atom.
|
static BFSCondition |
HGQuery.hg.bfs(Ref<HGHandle> start,
HGAtomPredicate lp,
HGAtomPredicate sp,
boolean returnPreceding,
boolean returnSucceeding)
Return a condition whose result set is the breadth first traversal of the graph
starting a given atom.
|
Copyright © 2015. All rights reserved.