| Interface | Description |
|---|---|
| HGALGenerator |
This interface defines an adjacency list (AL) generator.
|
| HGTraversal |
This interface represents a generic graph traversal.
|
| Class | Description |
|---|---|
| CopyGraphTraversal |
A breadth-first like traversal that will return the same atom
multiple times - once for each distinct link leading to it.
|
| DefaultALGenerator |
A default implementation of the
HGALGenerator that should cover most
common cases. |
| GraphClassics |
A collection of classical graph algorithms implemented within the HyperGraphDB framework.
|
| HGBreadthFirstTraversal |
Implements a breadth-first search of a graph.
|
| HGDepthFirstTraversal |
Implements a depth-first search of a graph.
|
| 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.
|
| SimpleALGenerator |
The
SimpleALGenerator produces all atoms linked to the given atom,
regardless of the link type and regardless of how an outgoing set is ordered. |
Copyright © 2015. All rights reserved.