Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hypergraphdb.algorithms Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| CopyGraphTraversal | A breadth-first like traversal that will return the same atom multiple times - once for each distinct link leading to it. | Class | org.hypergraphdb.algorithms | HypergraphDb |
|
| DefaultALGenerator | A default implementation of the HGALGenerator that should cover most common cases. | Class | org.hypergraphdb.algorithms | HypergraphDb |
|
| GraphClassics | A collection of classical graph algorithms implemented within the HyperGraphDB framework. | Class | org.hypergraphdb.algorithms | HypergraphDb |
|
| HGALGenerator | This interface defines an adjacency list (AL) generator. | Interface | org.hypergraphdb.algorithms | HypergraphDb |
|
| HGBreadthFirstTraversal | Implements a breadth-first search of a graph. | Class | org.hypergraphdb.algorithms | HypergraphDb |
|
| HGDepthFirstTraversal | Implements a depth-first search of a graph. | Class | org.hypergraphdb.algorithms | HypergraphDb |
|
| HGTraversal | This interface represents a generic graph traversal. | Interface | org.hypergraphdb.algorithms | HypergraphDb |
|
| 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. | Class | org.hypergraphdb.algorithms | HypergraphDb |
|
| 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. | Class | org.hypergraphdb.algorithms | HypergraphDb |