Uses of Interface
org.hypergraphdb.algorithms.HGTraversal

Packages that use HGTraversal
org.hypergraphdb.algorithms   
org.hypergraphdb.query   
org.hypergraphdb.query.impl   
 

Uses of HGTraversal in org.hypergraphdb.algorithms
 

Classes in org.hypergraphdb.algorithms that implement HGTraversal
 class HGBreadthFirstTraversal
           Implements a depth-first search of a graph.
 class HGDepthFirstTraversal
           Implements a depth-first search of a graph.
 

Uses of HGTraversal in org.hypergraphdb.query
 

Methods in org.hypergraphdb.query that return HGTraversal
abstract  HGTraversal TraversalCondition.getTraversal(HyperGraph graph)
           
 HGTraversal DFSCondition.getTraversal(HyperGraph graph)
           
 HGTraversal BFSCondition.getTraversal(HyperGraph graph)
           
 

Uses of HGTraversal in org.hypergraphdb.query.impl
 

Methods in org.hypergraphdb.query.impl that return HGTraversal
 HGTraversal TraversalBasedQuery.getTraversal()
           
 

Constructors in org.hypergraphdb.query.impl with parameters of type HGTraversal
TraversalBasedQuery(HGTraversal traversal)
           
TraversalBasedQuery(HGTraversal traversal, TraversalBasedQuery.ReturnType returnType)
           
TraversalResult(HGTraversal traversal)