Eidola home

Uses of Interface
org.eidola.util.GraphWalker

Packages that use GraphWalker
org.eidola.util   
 

Uses of GraphWalker in org.eidola.util
 

Methods in org.eidola.util with parameters of type GraphWalker
static Set GraphUtil.reachableNodes(Set initial, GraphWalker walker)
          Returns the set of all nodes reachable along directed paths from a given node in a given graph.
 


Eidola home