Package org.jboss.util.graph
Interface Visitor<T>
-
- Type Parameters:
T-
public interface Visitor<T>A graph visitor interface.- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(Graph<T> g, Vertex<T> v)Called by the graph traversal methods when a vertex is first visited.
-