Package | Description |
---|---|
org.hypergraphdb.algorithms | |
org.hypergraphdb.query | |
org.hypergraphdb.query.impl |
Modifier and Type | Class and Description |
---|---|
class |
CopyGraphTraversal
A breadth-first like traversal that will return the same atom
multiple times - once for each distinct link leading to it.
|
class |
HGBreadthFirstTraversal
Implements a breadth-first search of a graph.
|
class |
HGDepthFirstTraversal
Implements a depth-first search of a graph.
|
class |
HyperTraversal
This class is work in progress - it was done to solve the immediate problem
of transferring a sub-graph from one location to another.
|
Modifier and Type | Method and Description |
---|---|
HGTraversal |
HyperTraversal.getFlatTraversal() |
Modifier and Type | Method and Description |
---|---|
void |
HyperTraversal.setFlatTraversal(HGTraversal flatTraversal) |
Constructor and Description |
---|
HyperTraversal(HyperGraph graph,
HGTraversal flatTraversal) |
HyperTraversal(HyperGraph graph,
HGTraversal flatTraversal,
HGAtomPredicate linkPredicate) |
Modifier and Type | Method and Description |
---|---|
abstract HGTraversal |
TraversalCondition.getTraversal(HyperGraph graph) |
HGTraversal |
DFSCondition.getTraversal(HyperGraph graph) |
HGTraversal |
BFSCondition.getTraversal(HyperGraph graph) |
Modifier and Type | Method and Description |
---|---|
HGTraversal |
TraversalBasedQuery.getTraversal() |
Constructor and Description |
---|
TraversalBasedQuery(HGTraversal traversal) |
TraversalBasedQuery(HGTraversal traversal,
TraversalBasedQuery.ReturnType returnType) |
TraversalResult(HGTraversal traversal) |
Copyright © 2015. All rights reserved.