Eidola home

org.eidola.util
Interface GraphWalker


public interface GraphWalker

A foolishly simple abstraction of a directed graph.

Version:
[Development version]
Author:
Paul Cantrell
See Also:
GraphUtil

Method Summary
 Collection getEdgesFrom(Object node)
          Returns the edges reachable from a node of the graph.
 

Method Detail

getEdgesFrom

public Collection getEdgesFrom(Object node)
Returns the edges reachable from a node of the graph.

Eidola home