Package org.hypergraphdb.algorithms

Interface Summary
HGALGenerator This interface defines an adjency list (AL) generator.
HGTraversal This interface represents a generic graph traversal.
 

Class Summary
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 depth-first search of a graph.
HGDepthFirstTraversal Implements a depth-first search of a graph.
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.